Get information about project
GET/v1/project/:projectName
Only for users that are assigned to the project
Request
Path Parameters
projectName stringrequired
projectName
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
Array [
]
Array [
]
Array [
]
Array [
]
allocatedStorage int64
configuration
object
required
attributes
object
required
property name* string
notificationsConfiguration
object
cases
object[]
attributes
object[]
key string
value string
attributesOperator string
Possible values: [AND
, OR
]
enabled boolean
launchNames string[]
recipients string[]
sendCase string
Possible values: [ALWAYS
, FAILED
, MORE_10
, MORE_20
, MORE_50
]
enabled boolean
patterns
object[]
enabled boolean
id int64
name string
type string
value string
subTypes
object
property name*
object[]
color string
id int64
locator string
longName string
shortName string
typeRef string
creationDate date-time
entryType stringrequired
integrations
object[]
creationDate date-time
creator string
enabled boolean
id int64
integrationParameters
object
integrationType
object
authFlow string
Possible values: [OAUTH
, BASIC
, TOKEN
, FORM
, LDAP
]
creationDate date-time
details
object
enabled boolean
groupType string
name string
type int64
name string
projectId int64
organization string
projectId int64required
projectName stringrequired
users
object[]
login string
projectRole string
{
"allocatedStorage": 0,
"configuration": {
"attributes": {},
"notificationsConfiguration": {
"cases": [
{
"attributes": [
{
"key": "string",
"value": "string"
}
],
"attributesOperator": "AND",
"enabled": true,
"launchNames": [
"string"
],
"recipients": [
"string"
],
"sendCase": "ALWAYS"
}
],
"enabled": true
},
"patterns": [
{
"enabled": true,
"id": 0,
"name": "string",
"type": "string",
"value": "string"
}
],
"subTypes": {}
},
"creationDate": "2024-10-07T13:47:26.442Z",
"entryType": "string",
"integrations": [
{
"creationDate": "2024-10-07T13:47:26.442Z",
"creator": "string",
"enabled": true,
"id": 0,
"integrationParameters": {},
"integrationType": {
"authFlow": "OAUTH",
"creationDate": "2024-10-07T13:47:26.442Z",
"details": {},
"enabled": true,
"groupType": "string",
"name": "string",
"type": 0
},
"name": "string",
"projectId": 0
}
],
"organization": "string",
"projectId": 0,
"projectName": "string",
"users": [
{
"login": "string",
"projectRole": "string"
}
]
}
Loading...