GET metadata/lookup/{serviceCode}/{serviceEditionCode}/schemas/{schema}
Get schema data for a lookup service, either the response schema or the request schema. These schemas are used to validate input or output for the service.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
serviceCode | The service code of a lookup service. |
Define this parameter in the request URI. |
serviceEditionCode | The service edition code of a lookup service. |
Define this parameter in the request URI. |
schema | Which schema to retrieve ("ResponseSchema" or "RequestSchema") |
Define this parameter in the request URI. |