For Developers
List Assets
GET https://ed.link/api/v2/graph/assets
Retrieve a list of all Assets.
Request Parameters
This query allows for standard paging parameters.
Sample Request
axios.get('https://ed.link/api/v2/graph/assets', {
headers: {
authorization: `Bearer ${integration_access_token}`
}
});