Response with the schema columns of the target schema type
The response for a failed request.
The response for a forbidden request.
curl -i -X GET \ 'https://api.cognitedata.com/api/v1/projects/publicdata/transformations/schema/sequence_rows?externalId=string' \ -H 'Authorization: Bearer <YOUR_OpenID Connect or OAuth2 token_HERE>'
{- "items": [
- {
- "name": "string",
- "sqlType": "string",
- "type": {
- "type": "string"
}, - "nullable": true
}
]
}