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": "052e4238-9c3e-4976-817d-0bf3a841b537",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ab540522-dade-4784-8a54-aacd400337df",
"CreateDate": "2026-08-11T22:22:58.026772-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-11T22:22:58.026772-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}