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 [
  • id string

    A unique Areas/Group ID

    projectId string

    A unique parent Project ID

    name string

    Name of group

    public boolean

    Default value: true

    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.
    rules array[]

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

    form object

    HTML Form

    checksum string
    enabled boolean
    action string
    originalAction string
    relativeAction string
    method string
    params string
    html string
    baseUrl string
    identifier string
    httpAuth object

    Password-protected areas may have a saved HTTP auth authentications

    user string
    password string

    HTTP

    url string

    HTTP Auth URL address

    period string

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

    Default value: true

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

    result object

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

    prop string
    options object
    w string

    Extra HTTP headers

    nextRun integer

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

    periodInt integer

    Period of automatic startup in seconds

  • ]
Loading...