Skip to main content
GET
/
v1
/
InfoTask
/
GetMy
Get My Info Tasks
curl --request GET \
  --url https://ato.fnskutoasin.com/api/v1/InfoTask/GetMy \
  --header 'Api-Key: <api-key>'
{
  "messages": [
    "<string>"
  ],
  "succeeded": true,
  "data": [
    {
      "id": 123,
      "userId": "<string>",
      "user": "<string>",
      "mainCode": "<string>",
      "secondaryCode": "<string>",
      "name": "<string>",
      "provider": 0,
      "taskState": 0,
      "assignmentDate": "2023-11-07T05:31:56Z",
      "finishedOn": "2023-11-07T05:31:56Z",
      "createdOn": "2023-11-07T05:31:56Z",
      "duration": 123,
      "processingDuration": 123
    }
  ],
  "currentPage": 123,
  "totalPages": 123,
  "totalCount": 123,
  "pageSize": 123,
  "hasPreviousPage": true,
  "hasNextPage": true
}

Authorizations

Api-Key
string
header
required

Query Parameters

SearchString
string | null
PageSize
integer<int32>
PageNumber
integer<int32>

Response

200 - application/json

Status 200 OK

messages
string[] | null
succeeded
boolean
data
object[] | null
currentPage
integer<int32>
totalPages
integer<int32>
totalCount
integer<int32>
pageSize
integer<int32>
hasPreviousPage
boolean
hasNextPage
boolean