Query Organization Details

Last Updated on : 2023-06-21 07:13:10download

Query the details of a specified organization.Returns information such as organization name, contact person, etc.

API address

GET: /v1.0/iot-02/community/structure

Request parameter

Parameter nameTypeINRequiredDescription
structure_idStringquerytrueThe ID of a specified organization.

Return parameter

Parameter nameTypeDescription
resultHighwayStructureDetailResponse

Description of result

Parameter nameTypeDescription
structure_idStringThe ID of a specified organization.
parent_structure_idStringThe parent organization. An empty value indicates the root organization.
structure_nameStringThe name of a specified organization.
address_codeStringAddress (the code of the province, city, district, and street). For more information, visit http://www.stats.gov.cn/english/.
address_detailStringThe detailed address.
contactStringThe contact name.
contact_mobileStringThe contact person's phone number.
contact_emailStringThe contact person's email address.

Request example

GET: /v1.0/iot-02/community/structure?structure_id=137209008422933xxxx

Return example

{
    "businessLicense": "",
    "contactMobile": "1345555xxxx",
    "addressCode": "230000,230200,230205,230205006,230205006003",
    "contactEmail": "",
    "level": 2,
    "structureName": "Test Organization",
    "structureId": "138445394780829xxxx",
    "aliasCode": "vQ2cd",
    "parentStructureId": "138278031145626xxxx",
    "aliasCodePath": "pSNwE44boovQ2cd",
    "addressDetail": "111",
    "children": [
        {
            "structureName": "9789",
            "structureId": "138448681041504xxxx"
        },
        {
            "structureName": "test",
            "structureId": "138526787284608xxxx"
        }
    ],
    "contact": "Test Personnel",
    "addressName": "Ang'angxi District, Qiqihar City, Heilongjiang Province"
}

Error code

For more information, see error code.