Skip to content

Get



GET /api/v1/workspace/declaration/get

Overview

Additional Parameter Notes

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": [
            "division",
            "industry one"
        ],
        "declaration": null,
        "organization": "88"
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-5E647E30-769E-419C-BE5B-348824B41A42"
} 

Feedback

Is this page helpful? ×