List all the RUM applications

GET {{baseUrl}}/api/v2/rum/applications

List all the RUM applications in your organization.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"attributes":{"application_id":"\u003cstring\u003e","created_at":"\u003clong\u003e","created_by_handle":"\u003cstring\u003e","name":"\u003cstring\u003e","org_id":"\u003cinteger\u003e","type":"\u003cstring\u003e","updated_at":"\u003clong\u003e","updated_by_handle":"\u003cstring\u003e","hash":"\u003cstring\u003e","is_active":"\u003cboolean\u003e"},"type":"rum_application","id":"\u003cstring\u003e"},{"attributes":{"application_id":"\u003cstring\u003e","created_at":"\u003clong\u003e","created_by_handle":"\u003cstring\u003e","name":"\u003cstring\u003e","org_id":"\u003cinteger\u003e","type":"\u003cstring\u003e","updated_at":"\u003clong\u003e","updated_by_handle":"\u003cstring\u003e","hash":"\u003cstring\u003e","is_active":"\u003cboolean\u003e"},"type":"rum_application","id":"\u003cstring\u003e"}]}