Profiles

List all profiles

Retrieve a list of all profiles

get/v1/profiles

Query parameters

projectIdstring uuid

Project to query profiles from

Response

Default Response

countnumber required

The total number of profiles

Changes

Changed in 4 of the 54 revisions of this API.114

    • added the new optional query request parameter projectId

      new-optional-request-parameter

    • added the optional property linkToDocs to the response with the 400 status

      response-optional-property-added

    • added the optional property linkToDocs to the response with the 500 status

      response-optional-property-added

    • added the required property profiles/items/projectId to the response with the 200 status

      response-required-property-added

    • removed the DELETED enum value from the profiles/items/status response property for the response status 200

      response-property-enum-value-removed

    • added the new DELETED enum value to the profiles/items/status response property for the response status 200

      response-property-enum-value-added

    • the response property context/items/params became required for the status 400

      response-property-became-required

    • the response property context/items/params became required for the status 500

      response-property-became-required

    • the response property profiles/items/credentialsConfig became required for the status 200

      response-property-became-required

    • the response property profiles/items/useProxyConfig became required for the status 200

      response-property-became-required

    • the profiles/items/createdAt response's property pattern ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$ was added for the status 200

      response-property-pattern-added

    • the profiles/items/id response's property pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ was added for the status 200

      response-property-pattern-added

    • the profiles/items/sourceSessionId response's property pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ was added for the status 200

      response-property-pattern-added

    • the profiles/items/updatedAt response's property pattern ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$ was added for the status 200

      response-property-pattern-added

    • endpoint added

      endpoint-added