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": "3cf5688e-1b6d-4342-8679-bf2a3d25fb6f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d8c244e9-9cfa-43c0-997f-b90d815f0644",
"CreateDate": "2025-11-04T16:38:30.6775151-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-04T16:38:30.6775151-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}