Get All Valid Task Type
get
/api/1.0/tasktype
This endpoints is used to Get all the valid Task Type Maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat: string
Authorization status that needs to be fetched.
-
cacheMiss: boolean
Cache Miss
-
includecloseandunauth: boolean
Include close and unauthorized need to be set to fetch summary record, default value is false.
-
limit: integer
Limit is maximum no of records to be fetched.
-
offset: integer
Offset is starting no of records to be fetched.
-
recordStat: string
Record status that needs to be fetched.
-
taskCd: string
Task Code that needs to be fetched.
-
taskTypeCd: string
Task Type Code that needs to be fetched.
-
taskTypeDesc: string
Task Type Description that needs to be fetched.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure.
Headers
-
Location: string
URL of newly created Task Type
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : DmTmTaskTypeDTO-allOf[1]
Type:
Show Source
object
-
taskCd:
string
Task Code of the Task Type
-
workflowCd:
string
Workflow Code of the Task Type
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input.
500 Response
Internal error.