Get More Dependencies (AI)
POST
/endpoints/dependencies/more
This helps you get list of all the deeper linked dependencies of parsed code of a specific endpoint.
Headers
Name
Value
Authorization
Bearer <token>
Query Params
Name
Type
Description
project_id
number
The project id generated during parsing of the code
endpoint_id
string
The endpoint identifier you need to list dependencies from.
Response
[ //list of a sample deep dependency list of a get api endpoint
"dict",
"enumerate",
"dict",
"API.get"
]
Last updated
Was this helpful?