You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get projects
This endpoint will return a list of available projects with their metadata (id, title, description) for the requestor. The list may be constrained by access policies, i.e., a user may have read access only to certain projects.
/icat/getProjects
This should support only GET.
Suggestion for returned JSON:
{
"projects": [
{
"id": "8cc2df91-d42f-441e-b586-0d502af60193",
"title": "WHOFIC Foundation v3.1",
"description": "This is the WHOFIC Foundation as of May 30, 2024 and it is used for testing."
},
{
"id": "61f24481-8df3-4591-8a9c-a49702a33a21",
"title": "ICD Parasitic + ICF Mental + ICHI Target Mental v3",
"description": "This is the parasitic ICD + mental ICF + mental target ICHI + label = annotation property."
}
]
}
The text was updated successfully, but these errors were encountered:
Get projects
This endpoint will return a list of available projects with their metadata (id, title, description) for the requestor. The list may be constrained by access policies, i.e., a user may have read access only to certain projects.
/icat/getProjects
This should support only GET.
Suggestion for returned JSON:
{
"projects": [
{
"id": "8cc2df91-d42f-441e-b586-0d502af60193",
"title": "WHOFIC Foundation v3.1",
"description": "This is the WHOFIC Foundation as of May 30, 2024 and it is used for testing."
},
{
"id": "61f24481-8df3-4591-8a9c-a49702a33a21",
"title": "ICD Parasitic + ICF Mental + ICHI Target Mental v3",
"description": "This is the parasitic ICD + mental ICF + mental target ICHI + label = annotation property."
}
]
}
The text was updated successfully, but these errors were encountered: