GEThttps://api.projectmanager.com/api/data/timesheets?$top=42&$skip=42&$filter=foo&$orderby=foo&$expand=foo
Headers
Query Parameters
View in API Reference
Request
$curl -G https://api.projectmanager.com/api/data/timesheets \
> -H "Authorization: Bearer " \
> -H "X-Integration-Name: foo" \
> -d $top=42 \
> -d $skip=42 \
> -d $filter=foo \
> -d $orderby=foo \
> -d $expand=foo
Response