List objectsCopy Pageget https://mpulse.soasta.com/concerto/services/rest/RepositoryService/v1/Objects/{type}Gets a list of repository objects, filtered by attributes.Path ParamstypestringenumrequiredEnum These are the available types for mPulse.alertannotationsdashboarddomaintenantuserAllowed:alertannotationsdashboarddomaintenantuserQuery ParamsdeactivatedstringFilter to the objects that have been deactivated.domainstringFilter to the specified domain.domaintypestringenumEnum Filter to the specified domain type: APP, WEB.APPAPPWEBAllowed:APPWEBemailAddressstringFilter to the specified email address.maindomainurlstringFilter to the specified main domain URL.namestringTo get details for a specific object, using its name.owneridstringFilter to the specified owner ID.samlidstringFilter to the specified SAML ID.apikeystringFilter to the specified mPulse API key.HeadersAuthorizationstringAlternative authorization methods. Options are Basic authentication or Bearer using the API Key listed in Account Settings. See Get started for help initially running the API.X-Auth-TokenstringrequiredAll calls to this API require that you pass in the token you get from the Generate a token operation as an X-Auth-Token request header. See Get started for help to initially call the API.X-Tenant-NamestringOptional, for use with the X-Auth-Token authorization header. The name of the tenant to connect to. Must be a tenant the user account has access to.Responses 200Success. Contains a list of repository objects, filtered by attributes. 400Bad request. The request may contain an invalid parameter or a required parameter has been omitted.Updated 4 months ago