Project groups
GET/project/:id/areas
Return list of project groups/areas
Request
Path Parameters
A unique project ID
Responses
- 200
List of project areas/groups
- application/json
- Schema
- Example (from schema)
Schema
Array [
true
means they are freely accessiblefalse
means yes, they are protected.]
A unique Areas/Group ID
54c0fe237c3391ac488b4567
A unique parent Project ID
50a9f72f14db3be812000233
Name of group
Public
Are the Test target URLs in the Group accessible without password protected or HTTP authentication?
true
Group rules that are applied to all tests in the Group. This is mostly empty array.
[]
form
object
HTML Form
httpAuth
object
Password-protected areas may have a saved HTTP auth authentications
HTTP
HTTP Auth URL address
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
]
true
result
object
Response object (optional) show only when some some Rules are evaluated as an error
options
object
Extra HTTP headers
Next run in seconds (Can be negative if we don't have new results yet)
150
Period of automatic startup in seconds
300
[
{
"id": "54c0fe237c3391ac488b4567",
"projectId": "50a9f72f14db3be812000233",
"name": "Public",
"public": true,
"rules": [],
"form": {
"checksum": "string",
"enabled": true,
"action": "string",
"originalAction": "string",
"relativeAction": "string",
"method": "string",
"params": "string",
"html": "string",
"baseUrl": "string",
"identifier": "string"
},
"httpAuth": {
"user": "nice",
"password": "test",
"url": "https://www.testomato.com/httpauth"
},
"period": true,
"result": {
"prop": "string"
},
"options": {
"w": "string"
},
"nextRun": 150,
"periodInt": 300
}
]