Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] add support for MobileConnect SMS - mobileMessage #789

Closed
JoernBerkefeld opened this issue Mar 7, 2023 · 1 comment · Fixed by #790
Closed

[FEATURE] add support for MobileConnect SMS - mobileMessage #789

JoernBerkefeld opened this issue Mar 7, 2023 · 1 comment · Fixed by #790
Assignees
Labels
c/mobileMessage COMPONENT e/Metadata support EPIC enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

Get Collection

{{restEndPoint_v2}}/legacy/v1/beta/mobile/message/?view=details&version=3&$skip=1&$top=50&$sort=lastUpdated%20DESC&$where=isTest%20eq%200%20and%20status%20neq%20%27Archive%27

Query String Parameters:

  • view: details
  • version: 3
  • $skip: 0 (equals $page, starting at 0)
  • $top: 50 (equals $pageSize, max=50)
  • $sort: lastUpdated%20DESC
  • $where: isTest%20eq%200%20and%20status%20neq%20%27Archive%27 (exclude deleted/archived and get as many results as the GUI shows)

Discovery

{
        "GET_GetSmsMessageCollection": {
            "path": "beta/mobile/message/",
            "httpMethod": "get",
            "description": "API Handler=GetSmsMessageCollection; Returned Type=GetCollection; Owning team=MC MobileConnect"
        },
        "POST_UpsertSmsMessage": {
            "path": "beta/mobile/message/",
            "httpMethod": "post",
            "description": "API Handler=UpsertSmsMessage; Returned Type=Upsert; Owning team=MC MobileConnect"
        },
        "DELETE_DeleteSmsMessage": {
            "path": "beta/mobile/message/{id}/",
            "httpMethod": "delete",
            "description": "API Handler=DeleteSmsMessage; Returned Type=Delete; Owning team=MC MobileConnect"
        },
        "GET_GetSmsMessage": {
            "path": "beta/mobile/message/{id}/",
            "httpMethod": "get",
            "description": "API Handler=GetSmsMessage; Returned Type=Get; Owning team=MC MobileConnect"
        },
        "POST_UpsertSmsMessage_b6f9bb": {
            "path": "beta/mobile/message/{id}/",
            "httpMethod": "post",
            "description": "API Handler=UpsertSmsMessage; Returned Type=Upsert; Owning team=MC MobileConnect"
        },
        "GET_GetMobileMessageStatistics": {
            "path": "beta/mobile/message/{id}/statistics/{interval}/",
            "httpMethod": "get",
            "description": "API Handler=GetMobileMessageStatistics; Returned Type=Get; Owning team=MC MobileConnect"
        },
        "GET_GetMobileMessageStatisticsGraph": {
            "path": "beta/mobile/message/{id}/statistics/{interval}/graph/",
            "httpMethod": "get",
            "description": "API Handler=GetMobileMessageStatisticsGraph; Returned Type=GetCollection; Owning team=MC MobileConnect"
        },
        "GET_GetSmsMessageConflictView": {
            "path": "beta/mobile/message/availability/",
            "httpMethod": "get",
            "description": "API Handler=GetSmsMessageConflictView; Returned Type=Get; Owning team=MC MobileConnect"
        },
        "GET_GetSmsMessageStatusCollection": {
            "path": "beta/mobile/message/status/",
            "httpMethod": "get",
            "description": "API Handler=GetSmsMessageStatusCollection; Returned Type=GetCollection; Owning team=MC MobileConnect"
        },

}
@JoernBerkefeld JoernBerkefeld added enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story" NEW not yet analyzed new issues get this label c/mobileMessage COMPONENT labels Mar 7, 2023
@JoernBerkefeld JoernBerkefeld added this to the 4.4.0 milestone Mar 7, 2023
@JoernBerkefeld JoernBerkefeld self-assigned this Mar 7, 2023
@JoernBerkefeld JoernBerkefeld changed the title [FEATURE] add support for MobileConnect SMS - smsMessage [FEATURE] add support for MobileConnect SMS - mobileMessage Mar 7, 2023
@JoernBerkefeld JoernBerkefeld removed the NEW not yet analyzed new issues get this label label Mar 7, 2023
@JoernBerkefeld JoernBerkefeld linked a pull request Mar 10, 2023 that will close this issue
6 tasks
JoernBerkefeld added a commit that referenced this issue Mar 28, 2023
JoernBerkefeld added a commit that referenced this issue Mar 28, 2023
JoernBerkefeld added a commit that referenced this issue Mar 28, 2023
JoernBerkefeld added a commit that referenced this issue Apr 16, 2023
JoernBerkefeld added a commit that referenced this issue Apr 16, 2023
@github-actions
Copy link

Closed by #790.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/mobileMessage COMPONENT e/Metadata support EPIC enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
Projects
None yet
1 participant