Skip to main content
Version: v2.0

List nodes

Retrieve configuration data nodes.

HTTP request

GET /api/sn_cdm/editor/v1/nodes

Path parameters

None.

Query parameters

NameDescription
sys_idOptional — set via the verb's QueryParameters type.
parent_idOptional — set via the verb's QueryParameters type.
typeOptional — set via the verb's QueryParameters type.

Request body

Don't supply a request body for this method.

Response

NodesResponse.

Example

response, err := client.Cdm().Editor().Nodes().Get(ctx, nil)
if err != nil {
log.Fatal(err)
}
Was this page helpful?