GET StatusTypes?statusTypeId={statusTypeId}
Retrieves a status type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| statusTypeId |
Id of the status type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the status type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | StatusType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"StatusTypeId": "fd317af9-4779-4e55-a9fb-26c2b0fce4e9",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "7eca683b-df60-430f-9f96-5dc89069de8f",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "515f06a2-4deb-457a-8fe3-6faad2df60b2",
"CreateDate": "2026-02-23T04:29:02.4305894-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:29:02.4305894-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "4000a221-b768-4e35-9745-36078b984277",
"CreateDate": "2026-02-23T04:29:02.4305894-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:29:02.4305894-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}