Api object guid

Hey,

How do you find the object guid, for example, I have table myTable, how do I find the guid for myTable to use in the api /api/v2/flows/datatables/{datatableId}/rows/{rowId}

Hi Francis,

GET /api/v2/flows/datatables will return all datatables and their IDs. You can also find the ID in the URL path when you open a data table on genesys cloud e.g. /directory/#/admin/routing/datatables/[datatable id]/rows

Regards,
Charlie

Thanks Charlie. I forgot about the URL. So obvious when its mentioned. Lol.

1 Like