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": "057607c4-a884-4c94-b3be-4e573675c183",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a5c6417b-5060-4192-a128-f76278b8f078",
"CreateDate": "2026-08-04T17:24:11.5436162-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-04T17:24:11.5436162-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}