Hello Nathan,
I don't think this is correct:
{
"query": {
"_type": "EntityQuery",
"typeName": "WorkItem"
}
}
Here's a valid example:
{
fields: [
"ExternalId",
"WorkItem",
"CreatedOn"
],
typeName: "Timesheet",
paging:{"Limit":1000, "From":0}
}
I hope this helps.
Roland
Comment actions