- Social
- Comments
- Posts
- Reactions
- Story Groups
- Stories
- Social Views
- Social Collections
- Saved Posts
- Hidden Socials
- Calendar
- Calendars
- Events
- Event Rooms
- Authentication
- Global
- Profile
- Organizations
- Search Brand Fetch Brands
- Verify Organization
- Remove a Site
- Create a Site
- Invite Organization Branch
- List All Branches
- Accept Branch Invitation
- Decline Branch Invitation
- List All Organization Collaborators
- List All Organizations
- Search Organizations
- Retrieve an Organization
- Update an Organization
- Delete an Organization
- Create an Organization
- Search Brands
- List All Social Links
- Members
- List All Members
- Search Members
- Invite Organization Members
- Delete Invitation
- Update a Member
- Retrieve a Member
- Delete a Member
- Delete Multiple Members
- Accept Organization Invitation
- Decline Organization Invitation
- Check Member Existence
- Retrieve Invitation Link
- Retrieve Invitation Object
- Retrieve Non-Paginated Organization Members
- List All Resources of an Organization
- Update Member Resource Roles-V1
- Update Member Resource Roles-V2
- Followers
- Groups
- Profiles
- Experiences
- Group Members
- Profile Search History
- Alumni
- Favorites
- Retrieve an Invitation link
- Organizations
- Notification
- Notification Settings
- Notifications
- Storage
- Space
- Folders
- Space Members
- Check Member Existence
- List All Members
- Search Members
- Search Potential Members
- Add a Member
- Invite Members
- Retrieve an Invitation Link
- Accept an Invitation
- Decline an Invitation
- Update a Member
- Assign License
- Assign License to an Organization Group
- Remove a License
- Search License-Assigned Members and Groups
- Remove a Member
- Delete an Invitation
- Leave a Space
- Spaces
- Health
- Course
- Course Versions
- Completions
- Certificates
- Courses
- List All Courses
- Publish a Course
- Delete a Course
- Retrieve a Course
- Create a Course
- Update a Course
- Search a Course
- Delete All Course
- Review a Course
- Start a Course
- Create a Cycle
- Delete a Cycle
- Clone a Course
- Update Cycles
- List All Courses With Published Verifying Status
- Search Courses With Published Verifying Status
- List All Languages Course Count
- List All Skills Course Count
- Update a Course Certificate
- Create a Coupon
- Update a Coupon
- Delete a Coupon
- Update Version
- Compare Latest Course
- Categories
- Course Members
- Chapters
- Lectures
- Subjects
- Webhook
- Analytics
Retrieve a Notification
Developing
GET
/notifications/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/notifications/662e8f014e3cd7a4172a29c6' \
--header 'apikey: '
Response Response Example
200 - Success
{
"id": "66fd5d782d98b65f16cc0622",
"senders": [
{
"id": "66fd5d592d98b65f16cc05e8",
"type": "profile",
"createdAt": "2024-10-02T14:49:28.826Z",
"fullName": "Ezra Yeneneh",
"image": null,
"isFollowing": null,
"mutualFollow": null,
"isOnline": false
}
],
"senderCount": 0,
"isRead": false,
"type": "profile-incomplete",
"url": "http://localhost:3000",
"entityIds": [
"66fd5d592d98b65f16cc05e8"
],
"placeholders": {
"text": "",
"image": null,
"reactionType": null,
"token": null,
"name": null,
"invitationStatus": null,
"status": null,
"quantity": null,
"currentInstallment": null,
"totalInstallment": null,
"entityType": null
},
"createdAt": "2024-10-02T14:49:28.828Z",
"updatedAt": "2024-10-02T14:49:28.828Z"
}
Request
Path Params
id
stringÂ
required
Example:
662e8f014e3cd7a4172a29c6
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
🟢200Success
application/json
Body
id
stringÂ
required
senders
array[object (Sender.rto) {8}]Â
required
id
stringÂ
required
type
enum<string>Â
required
Allowed values:
profileorganization
fullName
stringÂ
required
image
string  | nullÂ
optional
isFollowing
boolean  | nullÂ
optional
mutualFollow
boolean  | nullÂ
optional
isOnline
boolean  | nullÂ
optional
createdAt
stringÂ
required
senderCount
numberÂ
required
isRead
booleanÂ
required
type
stringÂ
required
url
stringÂ
required
entityIds
array[string]
required
placeholders
object (Placeholders.rto)Â
required
text
stringÂ
required
file
object  | nullÂ
required
reactionType
string  | nullÂ
optional
token
string  | nullÂ
optional
name
string  | nullÂ
optional
status
boolean  | nullÂ
optional
quantity
number  | nullÂ
optional
currentInstallment
number  | nullÂ
optional
totalInstallment
number  | nullÂ
optional
entityType
string  | nullÂ
optional
createdAt
stringÂ
required
updatedAt
stringÂ
required
🟠404Not Found
🔴500Server Error
🟠401Unauthorized
Modified at 2025-04-10 07:04:47