Interface: IAuditableItemGraphListRequest
Get the a list of the vertices with matching ids or aliases.
Properties
headers?
optionalheaders?:object
The headers which can be used to determine the response data type.
accept
accept:
"application/json"|"application/ld+json"
query?
optionalquery?:object
The query parameters.
id?
optionalid?:string
The id or alias to try and find.
idMode?
optionalidMode?:"id"|"alias"|"both"
Which field to look in with the id, defaults to both.
idExact?
optionalidExact?:string
Find only exact matches, default to false meaning partial matching.
resourceTypes?
optionalresourceTypes?:string
Include vertices with specific resource types, comma separated.
conditions?
optionalconditions?:string
The conditions to filter the streams, JSON stringified IComparator[].
orderBy?
optionalorderBy?:"dateCreated"|"dateModified"
The order for the results, default to dateCreated.
orderByDirection?
optionalorderByDirection?:SortDirection
The direction for the order, defaults to desc.
properties?
optionalproperties?:string
The properties to return as a comma separated list, defaults to "id,dateCreated,aliases,annotationObject".
cursor?
optionalcursor?:string
The optional cursor to get next chunk.
limit?
optionallimit?:string
Limit the number of entities to return.