Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ichisadashioko/6ed203cb2476d3ea1b8fe914b7c47d9d to your computer and use it in GitHub Desktop.
Save ichisadashioko/6ed203cb2476d3ea1b8fe914b7c47d9d to your computer and use it in GitHub Desktop.
http://127.0.0.1:5100/api/services?$select=Amount
http://127.0.0.1:5100/api/services?$select=Amount,id,month
http://127.0.0.1:5100/api/services?$select=id,feeType
http://127.0.0.1:5100/api/services?$orderby=Amount desc
http://127.0.0.1:5100/api/services?$select=Amount,PaymentDate
http://127.0.0.1:5100/api/services?$filter=Year eq 2022
http://127.0.0.1:5100/api/services?$filter=Year eq 2022 and FeeType eq 'ManagementFee'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment