ResourceTelephone Numbers
URL/api/v2/telephone_numbers
Supported Standard Operations
  • Add
  • Delete
  • Edit
  • View (one)
  • View (all)

Attributes

See telephone_numbers for definitions of attributes.

Sample Record

{    
  "type_id": 134,
  "person_id": 2400,
  "external_identity_id": null,
  "source_telephone_number_id": null,
  "number": "734-334-9299",
  "description": ""
}

Supported Filters

(warning) Viewing all email addresses without an additional filter is not supported.

View (all)

Additional filters:

  • external_id
  • person_id
  • person_role_id

Example: Obtain Telephone Numbers for the specified Person

GET /registry/api/v2/telephone_numbers?person_id=2400

Implementation Notes

  • The record is read only if source_telephone_number_id is not null.
  • No labels