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": "5e573964-88b4-4e29-920a-22be457a804f",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "f85bb8e4-3731-4745-8106-76d174e542a2",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "b8af6d23-a414-4bd5-a8ca-f76488187a3c",
"CreateDate": "2026-03-15T18:04:42.3171855-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-15T18:04:42.3171855-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "ceb540dc-fd31-498e-836f-ccb80466ac01",
"CreateDate": "2026-03-15T18:04:42.3171855-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-15T18:04:42.3171855-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}