Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
baseTasks |
Gets or sets the base tasks. |
string |
None. |
classification |
Gets or sets the classification. |
string |
None. |
conditionCode |
Gets or sets the condition code. |
string |
None. |
conditionDescription |
Gets or sets the condition description. |
string |
None. |
conditionStatus |
Gets or sets the condition status. |
string |
None. |
userId |
Gets or sets the user identifier. |
integer |
None. |
includeUnsignedDisclosures |
Gets or sets a value indicating whether to include unsigned disclosures. |
boolean |
None. |
organizationId |
Gets or sets the organization identifier. |
string |
None. |
queryGroup |
Gets or sets the query group. |
string |
None. |
queueGroupId |
Gets or sets the queue group identifier. |
string |
None. |
queueIds |
Gets or sets the queue identifiers. |
string |
None. |
queueTypeCodes |
Gets or sets the queue type identifiers. |
string |
None. |
roleId |
Gets or sets the role identifier. |
integer |
None. |
page |
Gets or sets the page. |
integer |
Range: inclusive between 1 and 2147483647 |
pageSize |
Gets or sets the page size. |
integer |
Range: inclusive between 1 and 2147483647 |
sort |
Gets or sets sort field. |
string |
None. |
sortDesc |
Gets or sets a value indicating whether data is sorted descending. |
boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of application tasks.
Collection of Nano.AppQueueTaskName | Description | Type | Additional information |
---|---|---|---|
assignedTo |
Gets or sets the assigned to. |
string |
None. |
baseConditionDescription |
Gets or sets the base condition description. |
string |
None. |
file |
Gets or sets the file. |
string |
None. |
startDate |
Gets or sets the start date. |
date |
None. |
task |
Gets or sets the task. |
string |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the app queue task identifier. |
integer |
None. |
app-task |
Gets or sets the app task identifier. |
integer |
None. |
Response Formats
application/json, text/json
[ { "assignedTo": "sample String 1", "baseConditionDescription": "sample String 2", "file": "sample String 3", "startDate": "2025-08-23T21:37:02.5806524Z", "task": "sample String 4", "app": "5", "id": 6, "app-task": "7" }, { "assignedTo": "sample String 1", "baseConditionDescription": "sample String 2", "file": "sample String 3", "startDate": "2025-08-23T21:37:02.5806524Z", "task": "sample String 4", "app": "5", "id": 6, "app-task": "7" } ]
text/html
[{"assignedTo":"sample String 1","baseConditionDescription":"sample String 2","file":"sample String 3","startDate":"2025-08-23T21:37:02.5806524Z","task":"sample String 4","app":"5","id":6,"app-task":"7"},{"assignedTo":"sample String 1","baseConditionDescription":"sample String 2","file":"sample String 3","startDate":"2025-08-23T21:37:02.5806524Z","task":"sample String 4","app":"5","id":6,"app-task":"7"}]
application/xml, text/xml
<ArrayOfAppQueueTask xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppQueueTask> <AssignedTo>sample String 1</AssignedTo> <BaseConditionDescription>sample String 2</BaseConditionDescription> <File>sample String 3</File> <StartDate>2025-08-23T21:37:02.5806524Z</StartDate> <Task>sample String 4</Task> <AppId>5</AppId> <AppQueueTaskId>6</AppQueueTaskId> <AppTaskId>7</AppTaskId> </AppQueueTask> <AppQueueTask> <AssignedTo>sample String 1</AssignedTo> <BaseConditionDescription>sample String 2</BaseConditionDescription> <File>sample String 3</File> <StartDate>2025-08-23T21:37:02.5806524Z</StartDate> <Task>sample String 4</Task> <AppId>5</AppId> <AppQueueTaskId>6</AppQueueTaskId> <AppTaskId>7</AppTaskId> </AppQueueTask> </ArrayOfAppQueueTask>
application/vnd.api+json
Sample not available.