Which query parameters and URL components are required?
I'm writing my own REST request to track usage of my Java application. I'm copying the query of another JavaScript project which I know for a fact works. I'm using:
- Project ID
- Value beginning with s
- Timestamp
- MId
- McOrgId
- Aamb
- Prop variables
This results in my URL look like:
Regardless of what I send a 200 response is returned. I'm taking most of the values as a direct copy from the JS counterpart except for Project ID, S value, timestamp and the prop variables. Is this all I require?