Hi,
Please can someone help me.
I am trying to create an API get command to Iterate every 1000 records from a SAP database.
My Get command has 3 tables in the URL:
These tables are related to each other with an ID number, the ID is unique and looks at this for the next table
tableC – ID number
tableM – ID number
tableS – ID number
I want to automate this where tableC loops (looks at all IDS matches this to the next tableM and then matches to tableS) this continues until all records have been linked and collected.
The maximum of records is 1000 per GET call.
My URL looks like this XML and not JSON - the xml is set to auto detect child and returns child entries.
https://api.company.com/server/tableC/RKQ3UZs2ss41/tableM/4ZJ6I7W-Pg01/tableS/FIkeC4f0XLA1
The connection works is a manually add the IDs which only retrieves information in bits.
I want to automate this, any advice or guidance would be appreciated.
