Retrieve information about all schemas on a zone
Deprecated GET
/zones/{zone_id}/api_gateway/user_schemas https://api.cloudflare.com/client/v4
Parameters
path Path Parameters
| Name | Type |
|---|---|
zone_id
required
| type ApiShieldSchemasIdentifier = type ApiShieldIdentifier = string & string |
query Query Parameters
| Name | Type |
|---|---|
page Page number of paginated results. | number |
per_page Maximum number of results per page. | number |
omit_source Omit the source-files of schemas and only retrieve their meta-data. | boolean |
validation_enabled | type ApiShieldValidationEnabled = boolean |
Responses
200 application/json
Retrieve information about all schemas on a zone response
type ApiShieldApiResponseCollection = never & { result: ApiShieldPublicSchema []; }
Client Errors
4XX application/json
Retrieve information about all schemas on a zone response failure
interface ApiShieldApiResponseCommonFailure {
errors:ApiShieldMessages ;
messages:ApiShieldMessages ;
result: null;
success: false;
}
errors:
messages:
result: null;
success: false;
}