GET InjectionSourceTypes?injectionSourceTypeId={injectionSourceTypeId}
Retrieves an injection source type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| injectionSourceTypeId |
Id of the injection source type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the injection source type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | InjectionSourceType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"InjectionSourceTypeId": "5b8dc103-2857-41b6-820d-7f89f81d7f65",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ca49a249-a038-42dd-8a6f-20c9616ff994",
"CreateDate": "2026-09-26T13:56:44.3496226-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-26T13:56:44.3496226-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}