GET auxiliary/replacementpair/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IndividualReplacementTag| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Tag | string |
None. |
|
| Value | string |
None. |
|
| ApplicationId | globally unique identifier |
None. |
|
| DateCreated | date |
None. |
|
| DateLastModified | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Tag": "sample string 2",
"Value": "sample string 3",
"ApplicationId": "9ec2c9a3-22e2-4697-8b7d-fa7f6c1343da",
"DateCreated": "2026-06-03T07:51:53.9326825-04:00",
"DateLastModified": "2026-06-03T07:51:53.9326825-04:00"
},
{
"Id": 1,
"Tag": "sample string 2",
"Value": "sample string 3",
"ApplicationId": "9ec2c9a3-22e2-4697-8b7d-fa7f6c1343da",
"DateCreated": "2026-06-03T07:51:53.9326825-04:00",
"DateLastModified": "2026-06-03T07:51:53.9326825-04:00"
}
]