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": "ea6668f6-0d06-4a9d-b0d0-dd7845db666b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "cc617856-4a2d-4c0a-a74b-8143f3c1252f", "CreateDate": "2025-03-09T08:44:02.5166464-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-03-09T08:44:02.5166464-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }