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": "d8a7d305-c471-40b7-bc73-aebe7a1473b4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "926f51a4-d210-4301-87c4-6bd8bf26e888",
"CreateDate": "2026-04-18T04:54:54.0141173-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-18T04:54:54.0141173-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}