Pocketm8
  1. Relations
Pocketm8
  • Auth
    • User
      • Sign In
      • Reset Password
      • Send SMS Code
      • Verify Code
      • Verify Token
      • Verify Challenge
  • Profile
    • Get Profile
      GET
    • Update Profile
      PATCH
    • Update Email
      PUT
    • Update Phone
      PUT
    • Resend Code
      POST
    • Update Avatar
      POST
    • Verify Code
      POST
  • Users
    • Get Users
      GET
  • Contacts
    • Get Contact
      GET
    • Get Contacts
      GET
  • Tasks
    • Create Task
      POST
    • Delete Task
      DELETE
    • Update Task
      PUT
    • Update Task Status
      POST
    • Get Task
      GET
    • Get Tasks
      GET
  • Relations
    • Task Edit
      GET
    • File Edit
      GET
  • Files
    • Get File
      GET
    • Get Files
      GET
    • Upload File
      POST
    • Delete File
      DELETE
    • Update File
      PATCH
  • Avatars
    • Upload Avatar file
  • Integrations
    • Matrix
      • Files
        • Link File
        • Unlink File
  1. Relations

Task Edit

Developing
GET
/relations/task-edit
Get all available relations for editing a task.

Request

None

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://admin.letschat.ch/api/relations/task-edit'

Responses

🟢200Success
application/json
Body

Example
{
    "data": {
        "categories": [
            {
                "id": 3,
                "name": {
                    "de": "Administration",
                    "en": "Admin"
                },
                "createdAt": "2023-12-18T16:50:04.424Z",
                "updatedAt": "2023-12-18T16:50:04.424Z",
                "createdById": null,
                "updatedById": null
            },
            {
                "id": 2,
                "name": {
                    "de": "Arbeit",
                    "en": "Work"
                },
                "createdAt": "2023-12-18T16:49:40.121Z",
                "updatedAt": "2023-12-18T16:49:40.121Z",
                "createdById": null,
                "updatedById": null
            },
            {
                "id": 7,
                "name": {
                    "de": "Bildung",
                    "en": "Studies"
                },
                "createdAt": "2024-01-21T22:07:44.639Z",
                "updatedAt": "2024-01-21T22:07:44.639Z",
                "createdById": null,
                "updatedById": null
            },
            {
                "id": 5,
                "name": {
                    "de": "Finanzen",
                    "en": "Finance"
                },
                "createdAt": "2024-01-21T22:07:05.193Z",
                "updatedAt": "2024-01-21T22:07:05.193Z",
                "createdById": null,
                "updatedById": null
            },
            {
                "id": 4,
                "name": {
                    "de": "Freizeit",
                    "en": "Activities"
                },
                "createdAt": "2023-12-18T16:50:25.914Z",
                "updatedAt": "2023-12-18T16:50:25.914Z",
                "createdById": null,
                "updatedById": null
            },
            {
                "id": 1,
                "name": {
                    "de": "Gesundheit",
                    "en": "Health"
                },
                "createdAt": "2023-02-14T10:34:35.023Z",
                "updatedAt": "2023-12-18T16:49:53.341Z",
                "createdById": null,
                "updatedById": null
            },
            {
                "id": 6,
                "name": {
                    "de": "Soziales Wohl",
                    "en": "Social Wellbeing"
                },
                "createdAt": "2024-01-21T22:07:25.377Z",
                "updatedAt": "2024-01-21T22:08:32.323Z",
                "createdById": null,
                "updatedById": null
            },
            {
                "id": 8,
                "name": {
                    "de": "Tagesstruktur",
                    "en": "Daily Structure"
                },
                "createdAt": "2024-01-21T22:08:49.756Z",
                "updatedAt": "2024-01-21T22:08:49.756Z",
                "createdById": null,
                "updatedById": null
            },
            {
                "id": 9,
                "name": {
                    "de": "Wohnen",
                    "en": "Living"
                },
                "createdAt": "2024-01-25T19:28:24.877Z",
                "updatedAt": "2024-01-25T19:28:24.877Z",
                "createdById": null,
                "updatedById": null
            }
        ]
    }
}
Modified at 2025-03-27 11:37:51
Previous
Get Tasks
Next
File Edit
Built with