GET api/pinches/search
Search for pinches
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Tags | Collection of string |
None. |
|
Name | string |
None. |
|
IsActive | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of PinchDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
ExpirationPeriod | string |
None. |
|
UserLimit | integer |
None. |
|
AppTimeLimitHours | integer |
None. |
|
ValidFrom | date |
None. |
|
ValidTo | date |
None. |
|
Status | PinchStatusEnum |
None. |
|
CustomerGroup | NamedItem |
None. |
|
Customer | NamedItem |
None. |
|
App | AppSimpleDto |
None. |
|
DailySchedule | Schedule |
None. |
|
IsActive | boolean |
None. |
|
Tags | Collection of string |
None. |
|
PublishId | globally unique identifier |
None. |
|
NotificationSettings | PinchNotificationDto |
None. |
|
MessageSettings | PinchMessageSettingsDto |
None. |
|
ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "9650ef24-f696-4af6-8bbb-21bb4d91b913", "Name": "sample string 2", "Description": "sample string 3", "ExpirationPeriod": "sample string 4", "UserLimit": 5, "AppTimeLimitHours": 6, "ValidFrom": "2025-03-19T13:57:59.0206012+00:00", "ValidTo": "2025-03-19T13:57:59.0206012+00:00", "Status": "Draft", "CustomerGroup": { "Id": "37a18e67-d1af-4bcb-84fe-798a98580848", "Name": "sample string 2" }, "Customer": { "Id": "37a18e67-d1af-4bcb-84fe-798a98580848", "Name": "sample string 2" }, "App": { "NotificationType": "Bubble", "Id": "8f5f7373-7601-42b1-a26e-b51e54c368ab", "Name": "sample string 2" }, "DailySchedule": { "From": "sample string 1", "To": "sample string 2" }, "IsActive": true, "Tags": [ "sample string 1", "sample string 2" ], "PublishId": "b7ac5df2-414e-46f4-8c11-bc00e2635353", "NotificationSettings": { "BubbleImageUrl": "sample string 1", "ShowBubble": true, "BarImageUrl": "sample string 3", "OpenOnAppLaunch": true, "OpenFromNotificationCenter": true, "OpenOnAppRunning": true, "BubbleIconId": 1, "BubbleTitleNo": "sample string 7", "BubbleTitleEn": "sample string 8", "NotificationTextNo": "sample string 9", "NotificationTextEn": "sample string 10", "NotificationTitleNo": "sample string 11", "NotificationTitleEn": "sample string 12", "TriggerNotification": "sample string 13" }, "MessageSettings": { "MessageTitleNo": "sample string 1", "MessageTitleEn": "sample string 2", "MessageTextNo": "sample string 3", "MessageTextEn": "sample string 4", "MessageImageUrl": "sample string 5", "MessageType": "sample string 6" }, "ModifiedDate": "2025-03-19T13:57:59.0206012+00:00" }, { "Id": "9650ef24-f696-4af6-8bbb-21bb4d91b913", "Name": "sample string 2", "Description": "sample string 3", "ExpirationPeriod": "sample string 4", "UserLimit": 5, "AppTimeLimitHours": 6, "ValidFrom": "2025-03-19T13:57:59.0206012+00:00", "ValidTo": "2025-03-19T13:57:59.0206012+00:00", "Status": "Draft", "CustomerGroup": { "Id": "37a18e67-d1af-4bcb-84fe-798a98580848", "Name": "sample string 2" }, "Customer": { "Id": "37a18e67-d1af-4bcb-84fe-798a98580848", "Name": "sample string 2" }, "App": { "NotificationType": "Bubble", "Id": "8f5f7373-7601-42b1-a26e-b51e54c368ab", "Name": "sample string 2" }, "DailySchedule": { "From": "sample string 1", "To": "sample string 2" }, "IsActive": true, "Tags": [ "sample string 1", "sample string 2" ], "PublishId": "b7ac5df2-414e-46f4-8c11-bc00e2635353", "NotificationSettings": { "BubbleImageUrl": "sample string 1", "ShowBubble": true, "BarImageUrl": "sample string 3", "OpenOnAppLaunch": true, "OpenFromNotificationCenter": true, "OpenOnAppRunning": true, "BubbleIconId": 1, "BubbleTitleNo": "sample string 7", "BubbleTitleEn": "sample string 8", "NotificationTextNo": "sample string 9", "NotificationTextEn": "sample string 10", "NotificationTitleNo": "sample string 11", "NotificationTitleEn": "sample string 12", "TriggerNotification": "sample string 13" }, "MessageSettings": { "MessageTitleNo": "sample string 1", "MessageTitleEn": "sample string 2", "MessageTextNo": "sample string 3", "MessageTextEn": "sample string 4", "MessageImageUrl": "sample string 5", "MessageType": "sample string 6" }, "ModifiedDate": "2025-03-19T13:57:59.0206012+00:00" } ]