Copy Framework
POST {{baseUrl}}/framework/v1/copy/{{frameworkId}}
This API is associated with copying a framework
- The endpoint for Copy Framework is /framework/v1/copy/{ID}
- It points to knowledge-mw-service - v1/framework/copy/{ID}
- The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
Request Body
{"request"=>{"framework"=>{"code"=>"NCERTCOPY12"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Channel-Id | string | (Required) It is the Unique Id to identify the root organisation to which the user belongs | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"api.framework.copy","ver":"1.0","ts":"2020-12-14T10:46:44.287Z","params":{"resmsgid":"a8310cf0-3df9-11eb-9ff3-67c41480f6aa","msgid":"a6b2aa50-3df9-11eb-9ff3-67c41480f6aa","status":"successful","err":null,"errmsg":null},"responseCode":"OK","result":{"node_id":"NCERTCOPY11"}}