Get summary of model traversal
- 20 Jun 2024
- 1 Minute to read
- Print
- Dark
Get summary of model traversal
- Updated on 20 Jun 2024
- 1 Minute to read
- Print
- Dark
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Get
/models/{oid}/traversal
Get model traversal definition
Security
HTTP
Type bearer
Path parameters
oid
stringRequired
Org ID
Query parameters
starting_model_name
stringRequired
starting_key_name
stringRequired
starting_key_value
stringRequired
plan
array of Required
list of query step json records
Responses
200
A extension
object
config_schema
object (ConfigObjectSchema)
fields
object
requirements
Array of array
Array of string
string
request_schema
object (RequestSchemas)
required_events
Array of string
string
400
error message
401
unauthorized
Response
application/json
Click Try It! to start a request and see the response here!
Code Samples
x
curl --request GET \
--url https://api.limacharlie.io/v1/models/%7Boid%7D/traversal \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'accept: application/json'
Was this article helpful?
Response
application/json
Click Try It! to start a request and see the response here!
Code Samples
xxxxxxxxxx
curl --request GET \
--url https://api.limacharlie.io/v1/models/%7Boid%7D/traversal \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'accept: application/json'