Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Get a List of RAPID Routines via WebServices

Hello, I am trying to figure out the best way to retrieve a list of all the routines which exist in a RAPID module. In the PC SDK There was a Module class which had a GetRoutines() method which returned an array of Routine. I was hoping to find something similar in the Web API.

I was looking at using GET /rw​/rapid​/tasks​/{task}​/modules​/{module}​/routine but this requires row and column parameters which I am unable to supply as my front end application does not necessarily know about the existence of a routine prior to fetching them from RAPID.

Thanks in advance,
Mike

Comments