Shyft Customer > Posts API

Ojbect Serializer: [Receipt Serializer] Attribute | Values | R | Description --- | --- | --- | --- user_id | integer | * | User's ID who owns this receipt created_at | datetime | * | Time receipt generated first_name | string | * | User's first name last_name | string | * | User's last name profile_image_thumb_url | string | * | User's profile image Attribute | Values | R | Description --- | --- | --- | --- id| integer | | org_id| integer| | channel_id| integer | | title| string | | content| string | | comments_count| integer| | likes_count| integer | | views_count| integer | | read_count| integer | | created_at| datetime | | attachment| | | user_group| integer | | location| integer | | post_type| integer | | pinned| boolean | | pinned_by_id| integer | | final_allow_delete| boolean | | final_allow_comment| integer | | final_allow_like| integer | | final_allow_read| integer | | owner_id| integer | | owner| object | | read| boolean | | liked| boolean | | commented| boolean | | schedule_element| object | |

OpenAPI Specification

shyft-customer-posts-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  title: Shyft Customer Authentication > Email Customer > Posts API
  description: "Welcome to the Shyft Customer App API.\n\nShyft customer App API is designed to support the function of Shyft Mobile App(iOS, Android), Web App and Manager Dashboard.\n\nNOTES:\n\n- In parameters section, the letter `R` stands for `Required`.\n    \n- All API examples show only essential data set.\n    \n\n## Authentication\n\n---\n\nInclude as headers for API calls after authentication token.\n\n| Name | Values | R | Description |\n| --- | --- | --- | --- |\n| Session-Uukey |  | \\* | The value got from authentication API call (SignIn/Confirm) |\n\n## Global Information\n\n---\n\n#### Query Parameters\n\n###### For All API:\n\n| Name | Values | R | Description |\n| --- | --- | --- | --- |\n| api_version | String |  | Ex. 6_0_0 |\n| response\\[nested\\] | Integer |  | Ex. 1 |\n| response\\[keep\\] | String |  | Ex. location\\[current_user_privilege\\],name,id |\n| response\\[only\\] | String |  | Ex. id,location\\[id,location_name,current_user_privilege\\] |\n| response\\[except\\] | String |  | Ex. name,location\\[id,location_name,swift_code\\],owner\\[id\\] |\n\n- The query parameter `response[only]` is needed to help API performance by limiting the size of returned data.\n    \n- On test server, `response[only]` support wildcard, you can supply `response[only]=\\*` to get everything.\n    \n- Production server does not support wildcard, you need to figure out and supply your `response[only]` for each API call.\n    \n\n###### For Index API:\n\n- Pagination Option 1)\n    \n\n| Name | Values | R | Description |\n| --- | --- | --- | --- |\n| page | Integer |  | Ex. 1 |\n| per_page | Integer |  | Ex. 5 |\n| total | boolean |  | true/false |\n| order | String |  | Ex. start_at_desc, start_at_asc |\n\n- Pagination Option 2)\n    \n\n| Name | Values | R | Description |\n| --- | --- | --- | --- |\n| limit | Integer |  | Ex. 10 |\n| offset | Integer |  | Ex. 5 |\n| order | String |  | Ex. start_at_desc, start_at_asc |\n| last_id | Integer |  | Ex. 101 |\n\n###### For Update API:\n\n| Name | Values | R | Description |\n| --- | --- | --- | --- |\n| response\\[put_return_resource\\] | String |  | Ex. true |\n\n#### Headers\n\n| Name | Values | R | Description |\n| --- | --- | --- | --- |\n| Platform | ios|android|web | \\* |  |\n| Api-Version | 6_0_0 | \\* | Ex: 6_0_0 |\n| Build-Number |  | \\* |  |\n| Push-Id |  |  |  |\n| X-Method |  |  | Deprecated |\n| Content-Type | application/json | \\* |  |\n\n#### Success Codes\n\n| SUCCESS Code | Meaning |\n| --- | --- |\n| 200 | Created -- Objet created. |\n| 201 | Unauthorized -- Your API key is wrong. |\n| 204 | No Content -- Success without returning resource. |\n\n#### Error Codes\n\n| Error Code | Meaning |\n| --- | --- |\n| 400 | Bad Request -- Your request is invalid. |\n| 401 | Unauthorized -- Your API key is wrong. |\n| 403 | Forbidden -- The records requested is hidden for administrators only. |\n| 404 | Not Found -- The specified record could not be found. |\n| 405 | Method Not Allowed -- You tried to access a record with an invalid method. |\n| 406 | Not Acceptable -- You requested a format that isn't json. |\n| 410 | Gone -- The record requested has been removed from our servers. |\n| 422 | Unprocessable Entity -- Invalid input data. |\n| 429 | Too Many Requests -- You're requesting too many requests! Slow down! |\n| 500 | Internal Server Error -- We had a problem with our server. Try again later. |\n| 502 | Bad Gateway -- |\n| 504 | Gateway Timeout -- |\n| 503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later. |\n\n#### Error Response Formats\n\n422\n\n``` json\n{\n    \"errors\": {\n        \"base\": [\n            \"a private session for same two users already exists: 3034\"\n        ]\n    }\n}\n\n ```\n\n422\n\n```\n{\n    \"errors\": {\n        \"google_map_id\": [\n            \"can't be blank\"\n        ],\n        \"time_zone\": [\n            \"can't be blank\"\n        ],\n        \"longitude\": [\n            \"can't be blank\"\n        ]\n    }\n}\n{\n    \"errors\": {\n        \"record_invalid\": [\n            \"Validation failed: User has already been taken\"\n        ]\n    }\n}\n\n ```\n\n404\n\n``` json\n{\n    \"errors\": {\n        \"not_found\": [\n            \"Couldn't find Post\"\n        ]\n    }\n}\n\n ```\n\n500\n\n``` json\n{\n    \"errors\": {\n        \"internal_server_error\": [\n            \"Invalid nil value\"\n        ]\n    }\n}\n\n ```"
  version: 1.0.0
servers:
- url: http://{{host}}
- url: http://{{local-host}}
- url: http://{{sp3-host}}
- url: http://test-service.myshyft.com
- url: http://localhost:4001
- url: http://localhost:3000
- url: http://{{local-host}}api
- url: https://test-unfurl.myshyft.com
tags:
- name: Customer > Posts
  description: "Ojbect Serializer: \n\n\n[Receipt Serializer]\n\nAttribute | Values | R | Description\n--- | --- | --- | ---\nuser_id | integer | * | User's ID who owns this receipt\ncreated_at | datetime | * | Time receipt generated\nfirst_name | string | * | User's first name\nlast_name | string | * | User's last name\nprofile_image_thumb_url | string | * | User's profile image\n\n\nAttribute | Values | R | Description\n--- | --- | --- | ---\nid| integer |  | \norg_id|  integer|  | \nchannel_id| integer |  | \ntitle| string |  | \ncontent| string |  | \ncomments_count|  integer|  | \nlikes_count| integer |  | \nviews_count| integer |  | \nread_count| integer |  | \ncreated_at| datetime |  | \nattachment|  |  | \nuser_group|  integer |  | \nlocation|  integer |  | \npost_type| integer |  | \npinned| boolean |  | \npinned_by_id| integer |  | \nfinal_allow_delete| boolean |  | \nfinal_allow_comment| integer |  | \nfinal_allow_like| integer |  | \nfinal_allow_read| integer |  | \nowner_id| integer |  | \nowner| object |  | \nread| boolean |  | \nliked| boolean |  | \ncommented| boolean |  | \nschedule_element|  object |  | "
paths:
  /api/customer/user_role/posts:
    get:
      tags:
      - Customer > Posts
      summary: get posts
      description: "Description\n- - - \n- Get posts accessialbe by current user\n- use `pinned=true` to only get `pinned` posts\n\n\nParams\n- - -\nParam | Values | R |Description\n--- | --- | --- | ---\npinned | boolean | | get only `pinned` posts, or get only `unpinned` posts\nchannel_id | integer | | get posts from target channel\n\n\nHeaders\n- - -\nHeader | Values | R |Description\n--- | --- | --- | ---\n\n\n\nInput\n- - - \n\nAttribute | Values | R |Description\n--- | --- | --- | ---"
      parameters:
      - name: Session-Uukey
        in: header
        schema:
          type: string
        example: '{{session_uukey}}'
      - name: Content-Type
        in: header
        schema:
          type: string
        example: application/json
      responses:
        '200':
          description: OK
          headers:
            X-Frame-Options:
              schema:
                type: string
                example: SAMEORIGIN
            X-XSS-Protection:
              schema:
                type: string
                example: 1; mode=block
            X-Content-Type-Options:
              schema:
                type: string
                example: nosniff
            X-Download-Options:
              schema:
                type: string
                example: noopen
            X-Permitted-Cross-Domain-Policies:
              schema:
                type: string
                example: none
            Referrer-Policy:
              schema:
                type: string
                example: strict-origin-when-cross-origin
            X-LS-License:
              schema:
                type: string
                example: All Rights Reserved © Coffee Enterprise
            X-LS-Application:
              schema:
                type: string
                example: Coffee Mobile
            X-Request-Method:
              schema:
                type: string
                example: none
            Content-Type:
              schema:
                type: string
                example: application/json; charset=utf-8
            ETag:
              schema:
                type: string
                example: W/"70a9c2aa6796d74a425be77d018b375f"
            Cache-Control:
              schema:
                type: string
                example: max-age=0, private, must-revalidate
            Set-Cookie:
              schema:
                type: string
                example: _shyft_api_server_session=SVFqWlBqT1crcHFxa0RNd21JT2FmeHZSb3FDL1FCa2pKWDBNZGMzZ2tiWkUrWnduT1licDBzbkQ2KzZweTFCOU54cTRwa2dsRDN0M1Arb1JSSW43RlE9PS0tL0NrNXB2ZGhOUDVFbFBrTEQ0NE1UZz09--610fcb09ca1d0b2024d4011e9ef9f7106fabf09a; path=/; HttpOnly
            X-Rack-Dev-Mark-Env:
              schema:
                type: string
                example: BinLocalServer
            X-Request-Id:
              schema:
                type: string
                example: 4df243ee-28c2-4512-9a79-7423605d296c
            X-Runtime:
              schema:
                type: number
                example: '2.262664'
            Vary:
              schema:
                type: string
                example: Origin
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
          content:
            application/json:
              schema:
                type: object
              examples:
                example-0:
                  summary: get posts - pinned
                  value:
                    posts:
                    - _parent_object_id: null
                      id: 16618
                      org_id: 1
                      channel_id: 3928
                      title: $20 Gift Card For Your Location
                      content: Nice! Your location now has 5 team members. Who's going to be the hero that gets 5 more coworkers to join this location before 2017-04-25 15:20:04 UTC and get a $20 gift card sent right to your store!? Don't forget, your manager needs to be an 'admin' to be eligible!
                      comments_count: 0
                      likes_count: 0
                      views_count: 4
                      read_count: 0
                      created_at: '2017-04-21T20:09:54.845Z'
                      attachment: null
                      user_group: 0
                      location: 1991
                      post_type: 1
                      final_allow_delete: false
                      final_allow_comment: true
                      final_allow_like: true
                      final_allow_read: true
                      owner_id: 134
                      owner:
                        _associations_removed: true
                        _parent_object_id: 16618
                        id: 134
                        active_org: 0
                        first_name: Diya
                        last_name: Kn
                        email: diya@myshyft.com
                        phone_number: '18083836511'
                        gender: 0
                        chat_handle: 4cfae12a6ec19ed3d0b3863291898ea1
                        user_group: 0
                        status: ''
                        push_settings_list:
                          shift_push:
                            label: Shift Notifications
                            type: boolean
                          schedule_push:
                            label: Schedule Notifications
                            type: boolean
                          community_push:
                            label: Community Notifications
                            type: boolean
                        push_settings_list_array:
                        - label: Shift Notifications
                          type: boolean
                          key: shift_push
                        - label: Schedule Notifications
                          type: boolean
                          key: schedule_push
                        - label: Community Notifications
                          type: boolean
                          key: community_push
                        thumb_url: null
                        gallery_url: null
                        full_url: null
                        current_position: engineer
                        current_user_privilege_id: 17416
                        current_is_approved: true
                        current_is_admin: true
                        all_push: true
                        shift_push: true
                        schedule_push: true
                        community_push: true
                        locale: en
                      read: false
                      liked: false
                      commented: false
                      schedule_element: null
                    meta:
                      pagination:
                        current_page: 1
                        per_page: 25
                example-1:
                  summary: get posts - filter the result by `base_type_is` and `base_type_description_is`
                  value:
                    posts:
                    - _parent_object_id: null
                      id: 88280
                      org_id: 1
                      channel_id: 7780
                      title: Title
                      content: ''
                      comments_count: 0
                      likes_count: 0
                      views_count: 0
                      read_count: 0
                      created_at: '2020-11-16T20:01:31.528Z'
                      attachment:
                        _associations_removed: true
                        _parent_object_id: 88280
                      user_group: 0
                      location: 5459
                      post_type: 5
                      pinned: false
                      pinned_by_id: null
                      url_meta: null
                      giphy_meta: null
                      final_allow_delete: true
                      final_allow_comment: true
                      final_allow_like: true
                      final_allow_read: false
                      owner_id: 12227
                      owner:
                        _associations_removed: true
                        _parent_object_id: 88280
                        id: 12227
                        active_org: 0
                        first_name: Etty7337
                        last_name: Burstein
                        email: null
                        gender: 0
                        user_group: 0
                        push_settings_list:
                          shift_push:
                            label: Shift Notifications
                            type: boolean
                          schedule_push:
                            label: Schedule Notifications
                            type: boolean
                          community_push:
                            label: Community Notifications
                            type: boolean
                        push_settings_list_array:
                        - label: Shift Notifications
                          type: boolean
                          key: shift_push
                        - label: Schedule Notifications
                          type: boolean
                          key: schedule_push
                        - label: Community Notifications
                          type: boolean
                          key: community_push
                        thumb_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/thumb/13933_12227-20200518_210921_848.jpg?1589861362
                        gallery_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/gallery/13933_12227-20200518_210921_848.jpg?1589861362
                        full_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/full/13933_12227-20200518_210921_848.jpg?1589861362
                        current_position: Manager 1
                        current_user_privilege_id: 20510
                        current_is_approved: true
                        current_is_admin: true
                        all_push: true
                        shift_push: true
                        schedule_push: true
                        community_push: true
                        cfg_ewa_ok: true
                        locale: en
                      read: false
                      liked: false
                      commented: false
                      schedule_element: null
                      attached_files_blobs: []
                    - _parent_object_id: null
                      id: 88282
                      org_id: 1
                      channel_id: 7780
                      title: Title
                      content: ''
                      comments_count: 0
                      likes_count: 0
                      views_count: 0
                      read_count: 0
                      created_at: '2020-11-16T20:07:04.292Z'
                      attachment:
                        _associations_removed: true
                        _parent_object_id: 88282
                      user_group: 0
                      location: 5459
                      post_type: 5
                      pinned: false
                      pinned_by_id: null
                      url_meta: null
                      giphy_meta: null
                      final_allow_delete: true
                      final_allow_comment: true
                      final_allow_like: true
                      final_allow_read: false
                      owner_id: 12227
                      owner:
                        _associations_removed: true
                        _parent_object_id: 88282
                        id: 12227
                        active_org: 0
                        first_name: Etty7337
                        last_name: Burstein
                        email: null
                        gender: 0
                        user_group: 0
                        push_settings_list:
                          shift_push:
                            label: Shift Notifications
                            type: boolean
                          schedule_push:
                            label: Schedule Notifications
                            type: boolean
                          community_push:
                            label: Community Notifications
                            type: boolean
                        push_settings_list_array:
                        - label: Shift Notifications
                          type: boolean
                          key: shift_push
                        - label: Schedule Notifications
                          type: boolean
                          key: schedule_push
                        - label: Community Notifications
                          type: boolean
                          key: community_push
                        thumb_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/thumb/13933_12227-20200518_210921_848.jpg?1589861362
                        gallery_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/gallery/13933_12227-20200518_210921_848.jpg?1589861362
                        full_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/full/13933_12227-20200518_210921_848.jpg?1589861362
                        current_position: Manager 1
                        current_user_privilege_id: 20510
                        current_is_approved: true
                        current_is_admin: true
                        all_push: true
                        shift_push: true
                        schedule_push: true
                        community_push: true
                        cfg_ewa_ok: true
                        locale: en
                      read: false
                      liked: false
                      commented: false
                      schedule_element: null
                      attached_files_blobs: []
                    - _parent_object_id: null
                      id: 88283
                      org_id: 1
                      channel_id: 7780
                      title: Title
                      content: ''
                      comments_count: 0
                      likes_count: 0
                      views_count: 0
                      read_count: 0
                      created_at: '2020-11-16T20:10:52.215Z'
                      attachment:
                        _associations_removed: true
                        _parent_object_id: 88283
                      user_group: 0
                      location: 5459
                      post_type: 5
                      pinned: false
                      pinned_by_id: null
                      url_meta: null
                      giphy_meta: null
                      final_allow_delete: true
                      final_allow_comment: true
                      final_allow_like: true
                      final_allow_read: false
                      owner_id: 12227
                      owner:
                        _associations_removed: true
                        _parent_object_id: 88283
                        id: 12227
                        active_org: 0
                        first_name: Etty7337
                        last_name: Burstein
                        email: null
                        gender: 0
                        user_group: 0
                        push_settings_list:
                          shift_push:
                            label: Shift Notifications
                            type: boolean
                          schedule_push:
                            label: Schedule Notifications
                            type: boolean
                          community_push:
                            label: Community Notifications
                            type: boolean
                        push_settings_list_array:
                        - label: Shift Notifications
                          type: boolean
                          key: shift_push
                        - label: Schedule Notifications
                          type: boolean
                          key: schedule_push
                        - label: Community Notifications
                          type: boolean
                          key: community_push
                        thumb_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/thumb/13933_12227-20200518_210921_848.jpg?1589861362
                        gallery_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/gallery/13933_12227-20200518_210921_848.jpg?1589861362
                        full_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/full/13933_12227-20200518_210921_848.jpg?1589861362
                        current_position: Manager 1
                        current_user_privilege_id: 20510
                        current_is_approved: true
                        current_is_admin: true
                        all_push: true
                        shift_push: true
                        schedule_push: true
                        community_push: true
                        cfg_ewa_ok: true
                        locale: en
                      read: false
                      liked: false
                      commented: false
                      schedule_element: null
                      attached_files_blobs: []
                    - _parent_object_id: null
                      id: 23084
                      org_id: 1
                      channel_id: 7173
                      title: New Member!
                      content: Hello, my name is Lauren Perez, I made it into this channel, let's do this!
                      comments_count: 0
                      likes_count: 1
                      views_count: 0
                      read_count: 0
                      created_at: '2018-03-29T21:53:18.784Z'
                      attachment: null
                      user_group: 0
                      location: 5053
                      post_type: 5
                      pinned: true
                      pinned_by_id: 12227
                      url_meta: null
                      giphy_meta: null
                      final_allow_delete: true
                      final_allow_comment: true
                      final_allow_like: true
                      final_allow_read: false
                      owner_id: 9574
                      owner:
                        _associations_removed: true
                        _parent_object_id: 23084
                        id: 9574
                        active_org: 1
                        first_name: Lauren
                        last_name: Perez
                        email: null
                        gender: 0
                        user_group: 0
                        push_settings_list:
                          shift_push:
                            label: Shift Notifications
                            type: boolean
                          schedule_push:
                            label: Schedule Notifications
                            type: boolean
                          community_push:
                            label: Community Notifications
                            type: boolean
                        push_settings_list_array:
                        - label: Shift Notifications
                          type: boolean
                          key: shift_push
                        - label: Schedule Notifications
                          type: boolean
                          key: schedule_push
                        - label: Community Notifications
                          type: boolean
                          key: community_push
                        thumb_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/thumb/8457_9574-20180329_145400_064.jpg?1522360443
                        gallery_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/gallery/8457_9574-20180329_145400_064.jpg?1522360443
                        full_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/full/8457_9574-20180329_145400_064.jpg?1522360443
                        current_position: Associate
                        current_user_privilege_id: 11373
                        current_is_approved: true
                        current_is_admin: false
                        all_push: true
                        shift_push: true
                        schedule_push: true
                        community_push: true
                        cfg_ewa_ok: null
                        locale: null
                      read: false
                      liked: false
                      commented: false
                      schedule_element: null
                      attached_files_blobs: []
                    - _parent_object_id: null
                      id: 88172
                      org_id: 1
                      channel_id: 7780
                      title: Title
                      content: https://ca.yahoo.com/
                      comments_count: 0
                      likes_count: 0
                      views_count: 0
                      read_count: 0
                      created_at: '2020-11-13T19:56:07.401Z'
                      attachment: null
                      user_group: 0
                      location: 5459
                      post_type: 5
                      pinned: false
                      pinned_by_id: null
                      url_meta: null
                      giphy_meta: null
                      final_allow_delete: true
                      final_allow_comment: true
                      final_allow_like: true
                      final_allow_read: false
                      owner_id: 14034
                      owner:
                        _associations_removed: true
                        _parent_object_id: 88172
                        id: 14034
                        active_org: 0
                        first_name: Etty333
                        last_name: Bar444
                        email: null
                        gender: 0
                        user_group: 0
                        push_settings_list:
                          shift_push:
                            label: Shift Notifications
                            type: boolean
                          schedule_push:
                            label: Schedule Notifications
                            type: boolean
                          community_push:
                            label: Community Notifications
                            type: boolean
                        push_settings_list_array:
                        - label: Shift Notifications
                          type: boolean
                          key: shift_push
                        - label: Schedule Notifications
                          type: boolean
                          key: schedule_push
                        - label: Community Notifications
                          type: boolean
                          key: community_push
                        thumb_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/thumb/14387_cropped2020-07-20T173752.538Z.jpg?1595266544
                        gallery_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/gallery/14387_cropped2020-07-20T173752.538Z.jpg?1595266544
                        full_url: https://miniobackingstore.blob.core.windows.net/coffeemobile/images/full/14387_cropped2020-07-20T173752.538Z.jpg?1595266544
                        current_position: Lead
                        current_user_privilege_id: 20374
                        current_is_approved: true
                        current_is_admin: true
                        all_push: true
                        shift_push: true
                        schedule_push: true
                        community_push: true
                        cfg_ewa_ok: null
                        locale: en
                      read: false
                      liked: false
                      commented: false
                      schedule_element: null
                      attached_files_blobs: []
                    - _parent_object_id: null
                      id: 88284
                      org_id: 1
                      channel_id: 7780
                      title: Title
                      content: 'this is a text with no pic

                        '
                      comments_count: 0
                      likes_count: 0
                      views_count: 0
                      read_count: 0
                      created_at: '2020-11-16T21:53:34.438Z'
                      attachment: null
                      user_group: 0
                      location: 5459
                      post_type: 5
                      pinned: false
                      pinned_by_id: null
                      url_meta: null
                      giphy_meta: null
                      final_allow_delete: true
                      final_allow_comment: true
                      final_allow_like: true
                      final_allow_read: false
                      owner_id: 10913
                      owner:
                        _associations_removed: true
                        _parent_object_id: 88284
                        id: 10913
                        active_org: 0
                        first_name: Etty8992
                        last_name: Bar
                        email: kyle@myshyft.com
                        gender: 0
                        user_group: 0
                        push_settings_list:
                          shift_push:
                            label: Shift Notifications
                            type: boolean
                          schedule_push:
                            label: Schedule Notifications
                            type: boolean
                          community_push:
                            label: Community Notifications
                            type: boolean
                        push_settings_list_array:
                        - label: Shift Notifications
                          type: boolean
                          key: shift_push
                        - label: Schedule Notifications
                          type: 

# --- truncated at 32 KB (153 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/shyft/refs/heads/main/openapi/shyft-customer-posts-api-openapi.yml