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": "f687e6c9-caa6-4787-8a4f-a2d42e3f8a02", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "68c36514-7df6-47d2-80fe-338bcc80b609", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "07c6c295-d54b-4ebd-ad9b-9060da44e3e2", "CreateDate": "2025-06-02T14:48:02.7747881-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T14:48:02.7747881-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "08121482-02ff-4f9e-85c7-7585090e5b89", "CreateDate": "2025-06-02T14:48:02.7747881-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T14:48:02.7747881-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }