Skip to main content

Project groups

GET 

/project/:id/areas

Return list of project groups/areas

Request

Path Parameters

    id stringrequired

    A unique project ID

    Example: 5e9602e7a39e5a46428b457f

Responses

List of project areas/groups

Schema

  • Array [

  • idstring

    A unique Areas/Group ID

    Example: 54c0fe237c3391ac488b4567
    projectIdstring

    A unique parent Project ID

    Example: 50a9f72f14db3be812000233
    namestring

    Name of group

    Example: Public
    publicboolean

    Are the Test target URLs in the Group accessible without password protected or HTTP authentication?

    • true means they are freely accessible
    • false means yes, they are protected.
    Default value: true
    rulesarray[]

    Group rules that are applied to all tests in the Group. This is mostly empty array.

    Example: []

    form

    object

    HTML Form

    checksumstring
    enabledboolean
    actionstring
    originalActionstring
    relativeActionstring
    methodstring
    paramsstring
    htmlstring
    baseUrlstring
    identifierstring

    httpAuth

    object

    Password-protected areas may have a saved HTTP auth authentications

    userstring
    passwordstring

    HTTP

    urlstring

    HTTP Auth URL address

    periodstring

    Check period interval as string (mostly se to true - same as parent Project)

    Possible values: [5 minutes, 30 minutes, 1 hour, 8 hours, 1 day, 7 days, true]

    Default value: true

    result

    object

    Response object (optional) show only when some some Rules are evaluated as an error

    propstring

    options

    object

    wstring

    Extra HTTP headers

    Default value:
    nextRuninteger

    Next run in seconds (Can be negative if we don't have new results yet)

    Example: 150
    periodIntinteger

    Period of automatic startup in seconds

    Example: 300
  • ]