« Back to index

/naming_schemes

This resource can be used to list a summary of all naming_schemes, or show details for a particular naming_scheme.

GET/naming_schemes

Get a list of all naming_schemes, which doesn't have all the details that are available when retrieving single naming_schemes (see GET /naming_schemes/[naming_scheme id]).

Example: GET <%= SiteConfig.site_url %>/naming_schemes

Access: HTTP Basic authentication, Customer access or higher

Parameters: None

Response: A list of all summary information on all naming_schemes
JSON example:
(toggle code)

XML example:
(toggle code)

GET/naming_schemes/[naming_scheme id]

Get detailed information about a single naming_scheme.

Example: GET <%= SiteConfig.site_url %>/naming_schemes/1.json

Access: HTTP Basic authentication, Customer access or higher

Parameters: None

Response: Detailed attributes of a particular naming_scheme
JSON example:
(toggle code)

XML example:
(toggle code)