Get off-CHRT organization data

Gets owner-scoped off-CHRT organization data by ID. | authz: allowed_org_types=[provider] | () -> (OffChrtOrgData1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

off_chrt_org_data_idstringRequired

Response

Successful Response
_idstring
created_by_user_idstring

Must be a string starting with user_

namestring1-255 characters
org_typeenum
owned_by_org_idstring

Must be a string starting with org_

schema_versioninteger
email_addressstringOptional
industrystringOptional
phone_numberstringOptional
street_addressobjectOptional

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

Errors

422
Off Chrt Org Data Get by ID V1request Unprocessable Entity Error