diff --git a/2.4.7/_static/iris_api_reference_v2.0.4.html b/2.4.7/_static/iris_api_reference_v2.0.4.html index 8fd6138..5df69aa 100644 --- a/2.4.7/_static/iris_api_reference_v2.0.4.html +++ b/2.4.7/_static/iris_api_reference_v2.0.4.html @@ -396,7 +396,7 @@ -

IRIS (2.0.4)

Download OpenAPI specification:Download

IRIS API

To use these API endpoint, an API key is needed and can be found in every user profile under My settings > API Key. -This specification applies to v2.4.0 > Iris > v2.3.7. The supported API version can be checked in Advanced > Server settings > Server versions on IRIS.
The API port is the same as the one used for the web interface, so 443 by default.

+This specification applies to Iris >= v2.4.0. The supported API version can be checked in Advanced > Server settings > Server versions on IRIS.
The API port is the same as the one used for the web interface, so 443 by default.

Changes

Changes in v1.4.5 " class="sc-iKOmoZ sc-cCzLxZ WVNwY jaVotg">

Local instance

https://127.0.0.1/case/notes/groups/list

Local debug

-
http://127.0.0.1:8000/case/notes/groups/list

Response samples

Content type
application/json
{
  • "status": "success",
  • "message": "",
  • "data": {
    }
}

Get list of directories and notes

List the directories and notes associated to it.

-
Authorizations:
Bearer <bearer>
query Parameters
cid
required
integer

Case ID

-

Responses

Response samples

Content type
application/json
{
  • "status": "success",
  • "message": "",
  • "data": [
    ]
}

Fetch a notes group Deprecated

http://127.0.0.1:8000/case/notes/groups/list

Response samples

Content type
application/json
{
  • "status": "success",
  • "message": "",
  • "data": {
    }
}

Fetch a notes group Deprecated

This endpoint is deprecated and not replaced yet.

Authorizations:
Bearer <bearer>
path Parameters
group_id
required
string

ID of the group to return

@@ -596,7 +584,19 @@

Changes in v1.4.5

" class="sc-iKOmoZ sc-cCzLxZ WVNwY jaVotg">

Local instance

https://127.0.0.1/case/notes/groups/{group_id}

Local debug

-
http://127.0.0.1:8000/case/notes/groups/{group_id}

Response samples

Content type
application/json
{
  • "status": "success",
  • "message": "",
  • "data": {
    }
}

Add a new notes group Deprecated

http://127.0.0.1:8000/case/notes/groups/{group_id}

Response samples

Content type
application/json
{
  • "status": "success",
  • "message": "",
  • "data": {
    }
}

Get list of directories and notes

List the directories and notes associated to it.

+
Authorizations:
Bearer <bearer>
query Parameters
cid
required
integer

Case ID

+

Responses

Response samples

Content type
application/json
{
  • "status": "success",
  • "message": "",
  • "data": [
    ]
}

Add a new notes group Deprecated

This endpoint is deprecated. Use /cases/notes/directories/add.

Authorizations:
Bearer <bearer>
query Parameters
cid
required
string

Case ID

@@ -778,7 +778,7 @@

Changes in v1.4.5

" class="sc-iKOmoZ sc-cCzLxZ WVNwY jaVotg">

Local instance

https://127.0.0.1/case/notes/search

Local debug

-
http://127.0.0.1:8000/case/notes/search

Request samples

Content type
application/json
{
  • "search_term": "term"
}

Response samples

Content type
application/json
{
  • "status": "success",
  • "message": "",
  • "data": [
    ]
}