You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

ResourceNames
URL/api/v2/co_settings
Supported Standard Operations
  • Edit
  • View (one)
  • View (all)

Attributes

  • See co_settings for definitions of other attributes and elements
AttributeValueRequired?
co_idCO IDYes
address_required_fieldsRequired address fieldsYes
name_default_type_idDefault name type
name_permitted_fieldsPermitted name fieldsYes
name_required_fieldsRequired name fieldsYes

Sample Record

{
  "name_default_type_id": 130,
  "address_required_fields": "street",
  "name_permitted_fields": "honorific,given,middle,family,suffix",
  "name_required_fields": "given,family"
}

Supported Filters

(warning) Viewing all CO Settings without an additional filter is not supported.

View (all)

Additional filters:

  • co_id (This filter may be used to find the correct entry for the desired CO)

Example: Obtain the CO Settings for the specified CO

GET /registry/api/v2/co_settings?co_id=2

Implementation Notes

  • Exactly one record per CO is expected, but the record ID may not correlate to the CO ID. Use View (all) to find the record ID from the CO ID.
  • No labels