{
"data": {
"id": "FID001",
"type": "Collection",
"attributes": {
"name": "string",
"description": "string",
"shortDescription": "string",
"settings": {
"takeTest": {},
"playerView": {
"enabled": true,
"hideOverviewPage": true
},
"trackedProgress": {
"enabled": true
},
"annotations": {
"enabled": true
},
"generatedAttempts": {
"enabled": true
},
"mocks": [
{
"id": "string",
"title": "string",
"filters": {},
"quizLength": 1,
"passScore": 0,
"examSittingAttrs": {}
}
],
"restrictedAccess": {
"label": "string"
},
"sorting": {
"prioritise": true
}
},
"attr": {},
"extraInformation": {},
"isArchived": true,
"generatedAttemptsEnabled": true,
"mocks": [
{
"id": "string",
"title": "string",
"filters": {
"weightingType": "absolute",
"filterRules": [
{
"weighting": 0,
"matchingRules": [
{
"tagId": "string",
"exclude": true
}
]
}
]
},
"quizLength": 1,
"passScore": 0,
"examSittingAttrs": {},
"timeInMs": 1
}
],
"annotationsEnabled": true,
"playerViewEnabled": true,
"playerViewHideOverviewPage": true,
"restrictedAccessLabel": "string",
"sortingPrioritise": true,
"takeTestSettings": {},
"allowedModes": [
"practice"
],
"allowedLengths": [
"default"
],
"allowedPlayers": [
"default"
],
"allowedTagSets": [
"string"
],
"allowedFacets": [
"subject"
],
"calculatorEnabled": true,
"tagSelectionDisplayMode": "dropdown",
"allowMultipleTagSelection": true,
"excludeUntaggedQuestions": true,
"showMasteryFilters": true,
"calculatorType": "basic",
"notepadEnabled": true,
"strikethroughEnabled": true,
"highlightingEnabled": true,
"bookmarkingEnabled": true,
"labValuesEnabled": true,
"labValuesHtml": "string",
"flaggingEnabled": true,
"resultsMessageCompleted": "string",
"resultsMessageSettingHideTitle": true,
"resultsMetricScoreEnabled": true,
"resultsMetricTimeSpentEnabled": true,
"resultsMetricGradeEnabled": true,
"resultsMetricQuestionBreakdownDisplayLevel": "full",
"resultsMetricAnalyticsCohort": "exam",
"resultsMetricCohortAverageEnabled": true,
"resultsMetricCohortPercentileEnabled": true,
"resultsMetricCohortScoreDistributionEnabled": true,
"resultsMetricTagBreakdownEnabled": true,
"resultsMetricTagProgressEnabled": true,
"resultsMetricTagProgressFacetsEnabled": {
"subject": true,
"topic": true,
"subtopic": true,
"skill": true,
"difficulty": true
},
"resultsEducatorViewAsAdminEnabled": true,
"trackedProgressEnabled": true
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"subPortal": {
"data": {
"id": "FID001",
"type": "SubPortal"
}
},
"items": {
"data": [
{
"id": "FID001",
"type": "CollectionItem"
}
]
},
"folders": {
"data": [
{
"id": "FID001",
"type": "CollectionFolder"
}
]
},
"icon": {
"data": {
"id": "FID001",
"type": "File"
}
},
"coverImage": {
"data": {
"id": "FID001",
"type": "File"
}
},
"collectionAccess": {
"data": [
{
"id": "FID001",
"type": "CollectionAccess"
}
]
},
"instructionsAudio": {
"data": {
"id": "FID001",
"type": "File"
}
}
}
}
}
curl --location --request PATCH 'https://api.synap.ac/v3/collections/' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"id": "FID001",
"type": "Collection",
"attributes": {
"name": "string",
"description": "string",
"shortDescription": "string",
"settings": {
"takeTest": {},
"playerView": {
"enabled": true,
"hideOverviewPage": true
},
"trackedProgress": {
"enabled": true
},
"annotations": {
"enabled": true
},
"generatedAttempts": {
"enabled": true
},
"mocks": [
{
"id": "string",
"title": "string",
"filters": {},
"quizLength": 1,
"passScore": 0,
"examSittingAttrs": {}
}
],
"restrictedAccess": {
"label": "string"
},
"sorting": {
"prioritise": true
}
},
"attr": {},
"extraInformation": {},
"isArchived": true,
"generatedAttemptsEnabled": true,
"mocks": [
{
"id": "string",
"title": "string",
"filters": {
"weightingType": "absolute",
"filterRules": [
{
"weighting": 0,
"matchingRules": [
{
"tagId": "string",
"exclude": true
}
]
}
]
},
"quizLength": 1,
"passScore": 0,
"examSittingAttrs": {},
"timeInMs": 1
}
],
"annotationsEnabled": true,
"playerViewEnabled": true,
"playerViewHideOverviewPage": true,
"restrictedAccessLabel": "string",
"sortingPrioritise": true,
"takeTestSettings": {},
"allowedModes": [
"practice"
],
"allowedLengths": [
"default"
],
"allowedPlayers": [
"default"
],
"allowedTagSets": [
"string"
],
"allowedFacets": [
"subject"
],
"calculatorEnabled": true,
"tagSelectionDisplayMode": "dropdown",
"allowMultipleTagSelection": true,
"excludeUntaggedQuestions": true,
"showMasteryFilters": true,
"calculatorType": "basic",
"notepadEnabled": true,
"strikethroughEnabled": true,
"highlightingEnabled": true,
"bookmarkingEnabled": true,
"labValuesEnabled": true,
"labValuesHtml": "string",
"flaggingEnabled": true,
"resultsMessageCompleted": "string",
"resultsMessageSettingHideTitle": true,
"resultsMetricScoreEnabled": true,
"resultsMetricTimeSpentEnabled": true,
"resultsMetricGradeEnabled": true,
"resultsMetricQuestionBreakdownDisplayLevel": "full",
"resultsMetricAnalyticsCohort": "exam",
"resultsMetricCohortAverageEnabled": true,
"resultsMetricCohortPercentileEnabled": true,
"resultsMetricCohortScoreDistributionEnabled": true,
"resultsMetricTagBreakdownEnabled": true,
"resultsMetricTagProgressEnabled": true,
"resultsMetricTagProgressFacetsEnabled": {
"subject": true,
"topic": true,
"subtopic": true,
"skill": true,
"difficulty": true
},
"resultsEducatorViewAsAdminEnabled": true,
"trackedProgressEnabled": true
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"subPortal": {
"data": {
"id": "FID001",
"type": "SubPortal"
}
},
"items": {
"data": [
{
"id": "FID001",
"type": "CollectionItem"
}
]
},
"folders": {
"data": [
{
"id": "FID001",
"type": "CollectionFolder"
}
]
},
"icon": {
"data": {
"id": "FID001",
"type": "File"
}
},
"coverImage": {
"data": {
"id": "FID001",
"type": "File"
}
},
"collectionAccess": {
"data": [
{
"id": "FID001",
"type": "CollectionAccess"
}
]
},
"instructionsAudio": {
"data": {
"id": "FID001",
"type": "File"
}
}
}
}
}'
{
"data": {
"id": "FID001",
"type": "Collection",
"attributes": {
"createdAt": "string",
"updatedAt": "string",
"name": "string",
"description": "string",
"shortDescription": "string",
"settings": {
"takeTest": {},
"playerView": {
"enabled": true,
"hideOverviewPage": true
},
"trackedProgress": {
"enabled": true
},
"annotations": {
"enabled": true
},
"generatedAttempts": {
"enabled": true
},
"mocks": [
{
"id": "string",
"title": "string",
"filters": {},
"quizLength": 1,
"passScore": 0,
"examSittingAttrs": {}
}
],
"restrictedAccess": {
"label": "string"
},
"sorting": {
"prioritise": true
}
},
"attr": {},
"extraInformation": {},
"isArchived": true,
"generatedAttemptsEnabled": true,
"mocks": [
{
"id": "string",
"title": "string",
"filters": {
"weightingType": "absolute",
"filterRules": [
{
"weighting": 0,
"matchingRules": [
{
"tagId": "string",
"exclude": true
}
]
}
]
},
"quizLength": 1,
"passScore": 0,
"examSittingAttrs": {},
"timeInMs": 1
}
],
"annotationsEnabled": true,
"playerViewEnabled": true,
"playerViewHideOverviewPage": true,
"restrictedAccessLabel": "string",
"sortingPrioritise": true,
"takeTestSettings": {},
"allowedModes": [
"practice"
],
"allowedLengths": [
"default"
],
"allowedPlayers": [
"default"
],
"allowedTagSets": [
"string"
],
"allowedFacets": [
"subject"
],
"calculatorEnabled": true,
"tagSelectionDisplayMode": "dropdown",
"allowMultipleTagSelection": true,
"excludeUntaggedQuestions": true,
"showMasteryFilters": true,
"calculatorType": "basic",
"notepadEnabled": true,
"strikethroughEnabled": true,
"highlightingEnabled": true,
"bookmarkingEnabled": true,
"labValuesEnabled": true,
"labValuesHtml": "string",
"flaggingEnabled": true,
"resultsMessageCompleted": "string",
"resultsMessageSettingHideTitle": true,
"resultsMetricScoreEnabled": true,
"resultsMetricTimeSpentEnabled": true,
"resultsMetricGradeEnabled": true,
"resultsMetricQuestionBreakdownDisplayLevel": "full",
"resultsMetricAnalyticsCohort": "exam",
"resultsMetricCohortAverageEnabled": true,
"resultsMetricCohortPercentileEnabled": true,
"resultsMetricCohortScoreDistributionEnabled": true,
"resultsMetricTagBreakdownEnabled": true,
"resultsMetricTagProgressEnabled": true,
"resultsMetricTagProgressFacetsEnabled": {
"subject": true,
"topic": true,
"subtopic": true,
"skill": true,
"difficulty": true
},
"resultsEducatorViewAsAdminEnabled": true,
"trackedProgressEnabled": true,
"accessLevel": "editor",
"totalItems": 0
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"subPortal": {
"data": {
"id": "FID001",
"type": "SubPortal"
}
},
"items": {
"data": [
{
"id": "FID001",
"type": "CollectionItem"
}
]
},
"lockedItems": {
"data": [
{
"id": "FID001",
"type": "CollectionItem"
}
]
},
"folders": {
"data": [
{
"id": "FID001",
"type": "CollectionFolder"
}
]
},
"icon": {
"data": {
"id": "FID001",
"type": "File"
}
},
"coverImage": {
"data": {
"id": "FID001",
"type": "File"
}
},
"collectionAccess": {
"data": [
{
"id": "FID001",
"type": "CollectionAccess"
}
]
},
"instructionsAudio": {
"data": {
"id": "FID001",
"type": "File"
}
}
}
}
}