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": "648893dd-5dac-4770-b570-240ff0d9473d", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "6f09c970-6d37-43c9-90aa-bb46f3b17978", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "f52e7abb-19d0-46ea-b6a8-72aef369b3cc", "CreateDate": "2025-07-19T02:46:30.5326807-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-19T02:46:30.5326807-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "dc845108-d8a4-470a-beb3-c0915f576235", "CreateDate": "2025-07-19T02:46:30.5326807-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-19T02:46:30.5326807-07:00", "LastModifiedUser": "sample string 7" }, { "StatusTypeId": "648893dd-5dac-4770-b570-240ff0d9473d", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "6f09c970-6d37-43c9-90aa-bb46f3b17978", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "f52e7abb-19d0-46ea-b6a8-72aef369b3cc", "CreateDate": "2025-07-19T02:46:30.5326807-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-19T02:46:30.5326807-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "dc845108-d8a4-470a-beb3-c0915f576235", "CreateDate": "2025-07-19T02:46:30.5326807-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-19T02:46:30.5326807-07:00", "LastModifiedUser": "sample string 7" } ], "Total": 1, "Message": "sample string 1" }