GET api/srs/contact?registryId={registryId}®istryContactId={registryContactId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
registryId | string |
Required |
|
registryContactId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SrsRestResponseName | Description | Type | Additional information |
---|---|---|---|
XmlStatusCode | integer |
None. |
|
Values | Collection of string |
None. |
|
ResponseData | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "XmlStatusCode": 1, "Values": [ "sample string 1", "sample string 2" ], "ResponseData": null }
application/xml
Sample:
text/xml
Sample: