Skip to content

Get



GET /api/v1/workspace/declaration/get

Overview

Parameter Description

Request Example

curl 'https://openapi.guance.com/api/v1/workspace/declaration/get' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed

Response

{
    "code": 200,
    "content": {
        "Sub-department": "Sub-department1",
        "business": [
            "Business Unit",
            "Industry Division One"
        ],
        "declaration": null,
        "organization": "88"
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-5E647E30-769E-419C-BE5B-348824B41A42"
}

Feedback

Is this page helpful? ×