diff --git a/404.html b/404.html index f5534805a..942917fc9 100644 --- a/404.html +++ b/404.html @@ -12,8 +12,8 @@ - - + +
diff --git a/FAQ/index.html b/FAQ/index.html index 6ceb1c28e..c85442f97 100644 --- a/FAQ/index.html +++ b/FAQ/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/admin-panel/AllProjectsPage/index.html b/admin-panel/AllProjectsPage/index.html index d81f81376..bcbdb7514 100644 --- a/admin-panel/AllProjectsPage/index.html +++ b/admin-panel/AllProjectsPage/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/admin-panel/AllUsersPage/index.html b/admin-panel/AllUsersPage/index.html index 99ccd60c7..935b9e73f 100644 --- a/admin-panel/AllUsersPage/index.html +++ b/admin-panel/AllUsersPage/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/admin-panel/EventMonitoring/index.html b/admin-panel/EventMonitoring/index.html index 8c16036e2..403731db1 100644 --- a/admin-panel/EventMonitoring/index.html +++ b/admin-panel/EventMonitoring/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/analysis/AutoAnalysisOfLaunches/index.html b/analysis/AutoAnalysisOfLaunches/index.html index ea279b502..d57ba708c 100644 --- a/analysis/AutoAnalysisOfLaunches/index.html +++ b/analysis/AutoAnalysisOfLaunches/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/analysis/HowModelsAreRetrained/index.html b/analysis/HowModelsAreRetrained/index.html index 948348d75..905f35421 100644 --- a/analysis/HowModelsAreRetrained/index.html +++ b/analysis/HowModelsAreRetrained/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/analysis/ImmediateAutoAnalysis/index.html b/analysis/ImmediateAutoAnalysis/index.html index 5648210b3..d088caa57 100644 --- a/analysis/ImmediateAutoAnalysis/index.html +++ b/analysis/ImmediateAutoAnalysis/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/analysis/ImmediatePatternAnalysis/index.html b/analysis/ImmediatePatternAnalysis/index.html index 9dd28a956..0c933ec05 100644 --- a/analysis/ImmediatePatternAnalysis/index.html +++ b/analysis/ImmediatePatternAnalysis/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/analysis/MLSuggestions/index.html b/analysis/MLSuggestions/index.html index b3055eff1..71d9f7792 100644 --- a/analysis/MLSuggestions/index.html +++ b/analysis/MLSuggestions/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/analysis/ManualAnalysis/index.html b/analysis/ManualAnalysis/index.html index 3e20a7186..9b5385c5d 100644 --- a/analysis/ManualAnalysis/index.html +++ b/analysis/ManualAnalysis/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/analysis/PatternAnalysis/index.html b/analysis/PatternAnalysis/index.html index 0ee1a79aa..0b24b3e77 100644 --- a/analysis/PatternAnalysis/index.html +++ b/analysis/PatternAnalysis/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/analysis/SearchForTheSimilarToInvestigateItems/index.html b/analysis/SearchForTheSimilarToInvestigateItems/index.html index 5523670d8..636525e64 100644 --- a/analysis/SearchForTheSimilarToInvestigateItems/index.html +++ b/analysis/SearchForTheSimilarToInvestigateItems/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/analysis/UniqueErrorAnalysis/index.html b/analysis/UniqueErrorAnalysis/index.html index 9db0a5f6c..118045155 100644 --- a/analysis/UniqueErrorAnalysis/index.html +++ b/analysis/UniqueErrorAnalysis/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/api/api-design/activities-search/index.html b/api/api-design/activities-search/index.html index bd88c7fc2..648cdddfb 100644 --- a/api/api-design/activities-search/index.html +++ b/api/api-design/activities-search/index.html @@ -12,8 +12,8 @@ - - + + @@ -28,6 +28,6 @@Query Parameters
The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint
The offset used for this page of results
Indicate sort by field
Possible values: [ASC
, DESC
]
Indicate sorting direction
Body
search_criterias
object[]
required
Array [
search by field
Possible values: [EQ
, NE
, CNT
, NON_CNT
, BTW
, IN
]
operation to perform for the filter
search value
]
OK
Schema
The offset used for this page of results.
The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.
One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.
Field to define the sort field.
Possible values: [ASC
, DESC
]
To indicate sorting direction. Ascending or Descending.
items
object[]
required
Array [
Possible values: >= 1
Possible values: >= 1
Possible values: >= 1
details
object
history
object[]
Array [
]
]
{
"offset": 0,
"limit": 0,
"total_count": 0,
"sort": "string",
"order": "ASC",
"items": [
{
"id": 0,
"created_at": "2024-03-13T13:42:23.195Z",
"event_name": "string",
"object_id": 0,
"object_name": "string",
"object_type": "string",
"project_id": 0,
"project_name": "string",
"subject_name": "string",
"subject_type": "string",
"details": {
"history": [
{
"field": "string",
"old_value": "string",
"new_value": "string"
}
]
}
}
]
}
OK
Schema
The offset used for this page of results.
The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.
One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.
Field to define the sort field.
Possible values: [ASC
, DESC
]
To indicate sorting direction. Ascending or Descending.
items
object[]
required
Array [
Possible values: >= 1
Possible values: >= 1
Possible values: >= 1
details
object
history
object[]
Array [
]
]
{
"offset": 0,
"limit": 0,
"total_count": 0,
"sort": "string",
"order": "ASC",
"items": [
{
"id": 0,
"created_at": "2024-03-18T13:10:01.784Z",
"event_name": "string",
"object_id": 0,
"object_name": "string",
"object_type": "string",
"project_id": 0,
"project_name": "string",
"subject_name": "string",
"subject_type": "string",
"details": {
"history": [
{
"field": "string",
"old_value": "string",
"new_value": "string"
}
]
}
}
]
}