Skip to content

Get Declaration Information



GET /api/v1/workspace/declaration/get

Overview

Additional Parameter Explanation

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-department 1",
        "business": [
            "Business Unit",
            "Industry Department One"
        ],
        "declaration": null,
        "organization": "88"
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-5E647E30-769E-419C-BE5B-348824B41A42"
} 

Feedback

Is this page helpful? ×