Skip to main content

Get Paths

Use this API to get paths of items in the drive

Request Body REQUIRED
askribeKey string

Your secret Askribe key. Can be obtained from your org's settings dashboard

driveId string

The id of your drive. It looks like RLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. This can be found on your drive dashboard.

itemIds string[]

List of item ids to get paths for

Responses
200

Returns map of items to their corresponding paths

Schema OPTIONAL
isSuccess boolean OPTIONAL
data object OPTIONAL
askribeKey string OPTIONAL

Your secret Askribe key. Can be obtained from your org's settings dashboard

itemIds object OPTIONAL

Map of item ids to their paths

errorMessage string OPTIONAL
customError object OPTIONAL