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": "6785b69e-c544-47a7-b20d-23f9342237e9",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "53b43d42-ad3b-420f-9e05-151b0b62f9af",
"CreateDate": "2025-11-17T18:49:25.8254744-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-17T18:49:25.8254744-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}