GET StatusTypes?assetTypeId={assetTypeId}&take={take}&skip={skip}&sort[0].Field={sort[0].Field}&sort[0].Dir={sort[0].Dir}&sort[1].Field={sort[1].Field}&sort[1].Dir={sort[1].Dir}
Retrieves status types for the given parameters. All parameters are optional.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetTypeId |
Id of the asset type |
globally unique identifier |
None. |
| take |
Number of status types to retrieve. Default is all status types |
integer |
None. |
| skip |
Number of status types to skip before retrieval |
integer |
Default value is 0 |
| sort |
List of sorting rules to describe how to sort the status types before retrieval |
Collection of Sort |
None. |
| Operator | string |
None. |
|
| Field | string |
None. |
|
| Value | string |
None. |
|
| Logic | string |
None. |
|
| Filters | Collection of Filter |
None. |
Body Parameters
None.
Response Information
Resource Description
On success, a list of status types.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of StatusType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"StatusTypeId": "433f5038-961b-4765-9b92-0b4b6bd681c7",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "ef6d4c67-83da-47d3-a9ce-eff1a83f2d7f",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6a1736ce-f390-4a8c-bd42-2119d25d009b",
"CreateDate": "2026-07-20T15:13:08.5052324-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-20T15:13:08.5052324-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "0242d4b2-f36b-4755-bd3e-e5902fbe137e",
"CreateDate": "2026-07-20T15:13:08.5052324-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-20T15:13:08.5052324-07:00",
"LastModifiedUser": "sample string 7"
},
{
"StatusTypeId": "433f5038-961b-4765-9b92-0b4b6bd681c7",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "ef6d4c67-83da-47d3-a9ce-eff1a83f2d7f",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6a1736ce-f390-4a8c-bd42-2119d25d009b",
"CreateDate": "2026-07-20T15:13:08.5052324-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-20T15:13:08.5052324-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "0242d4b2-f36b-4755-bd3e-e5902fbe137e",
"CreateDate": "2026-07-20T15:13:08.5052324-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-20T15:13:08.5052324-07:00",
"LastModifiedUser": "sample string 7"
}
],
"Total": 1,
"Message": "sample string 1"
}