GET Program Name by REST API Tag Type
Business use case is to get Program ID details via REST API by using this call https://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Programs/getProgramListByTagUsingGET
But need few details regarding below questions
1. In response JSON, sequence will be either ascending or descending or in random order or is there way to sort it based on dateTime
2. In Marketo, if program created is more than 200 with tag type, then maxReturn value 200 can be managed by offset query
Have anyone have done this in their project?