Consents
Retrieves a list of consent status items for a particular use case e.g. whether or not the user has accepted the terms required to join an accommodation queue of a certain type. If no filter is specified all consents the current user has consented to are returned in the response.
Request
Example
Parameters
Name |
Description |
marketObjects |
List List<string> of market object identifiers (local database ids, guids or access keys) e.g. List<string> {"123456", "654321"} . |
queues |
List List<string> of queues e.g. List<string> {"residential", "senior"} . |
Response
Example
{
"items": [
{
"id": "1",
"versionId": "4",
"displayName": "Samtycke Privatperson Bostadskö",
"shortText": "För att kunna erbjuda dig ett boende som passar dig behöver vi behandla personuppgifter om din hälsa [eller angivande av annan känslig personuppgift som behöver behandlas]. Informationen samlas in av oss [eller av …] [uppge om uppgifterna kommer från annan än personuppgiftsansvarig, t.ex. kommunen]. Det är vi [bostadsföretaget, kontaktuppgifter, organisationsnummer] [eller …] som är personuppgiftsansvarig. Vi delar dina personuppgifter med Momentum Software AB med organisationsnummer 556474-2103.\n\nSamtycket är giltigt tillsvidare. Du har rätt att när som helst ta tillbaka ditt samtycke. Detta gör du genom att meddela oss. Men om du återkallar ditt samtycke påverkar det inte vår behandling av dina uppgifter innan du återkallade det.\nDu har rätt att kontakta oss för att få information om vilka uppgifter som behandlas om dig eller för att begära rättelse, överföring, radering eller begränsning av dina personuppgifter. Du har även rätt att inge klagomål till tillsynsmyndigheten Datainspektionen om du tycker att vi behandlar dina personuppgifter på ett felaktigt sätt",
"text": "För att kunna erbjuda dig ett boende som passar dig behöver vi behandla personuppgifter om din hälsa [eller angivande av annan känslig personuppgift som behöver behandlas]. Informationen samlas in av oss [eller av …] [uppge om uppgifterna kommer från annan än personuppgiftsansvarig, t.ex. kommunen]. Det är vi [bostadsföretaget, kontaktuppgifter, organisationsnummer] [eller …] som är personuppgiftsansvarig. Vi delar dina personuppgifter med Momentum Software AB med organisationsnummer 556474-2103.\n\nSamtycket är giltigt tillsvidare. Du har rätt att när som helst ta tillbaka ditt samtycke. Detta gör du genom att meddela oss. Men om du återkallar ditt samtycke påverkar det inte vår behandling av dina uppgifter innan du återkallade det.\nDu har rätt att kontakta oss för att få information om vilka uppgifter som behandlas om dig eller för att begära rättelse, överföring, radering eller begränsning av dina personuppgifter. Du har även rätt att inge klagomål till tillsynsmyndigheten Datainspektionen om du tycker att vi behandlar dina personuppgifter på ett felaktigt sätt",
"outdatedVersionAccepted": false,
"accepted": true,
"needAcceptance": true
}
]
}
Name |
Description |
id |
The consents type's numerical identifier. |
versionId |
The numerical identifier of the current active version of the consent type. |
displayName |
Display name of the consent type. |
shortText |
Short text to be presented to the user conataining information about the terms the user is agreeing to or has agreed to. |
text |
longer text to be presented to the user conataining information about the terms the user is agreeing to or has agreed to. |
outdatedVersionAccepted |
Indicates that a newer version of the consent text is available but that the user has accepted the terms of the original consent text. |
accepted |
Boolean value indicating whether or not the user has accepted the terms specified in the consent text. |
needAcceptance |
Boolean value indicating whether or not the user has to accept the consent or not. |