Created
July 19, 2025 06:53
-
-
Save ichisadashioko/6ed203cb2476d3ea1b8fe914b7c47d9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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