GET api/SCMNotice/GetWorkplaceNoticeList
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "ErrorMsg": "sample string 1", "workplaceList": [ { "Notice_id": 1, "SendUser": "sample string 2", "Subject": "sample string 3", "SendTime": "sample string 4", "ForAll": 5, "OnTop": 6, "avatar": "sample string 7" }, { "Notice_id": 1, "SendUser": "sample string 2", "Subject": "sample string 3", "SendTime": "sample string 4", "ForAll": 5, "OnTop": 6, "avatar": "sample string 7" }, { "Notice_id": 1, "SendUser": "sample string 2", "Subject": "sample string 3", "SendTime": "sample string 4", "ForAll": 5, "OnTop": 6, "avatar": "sample string 7" } ] }
application/xml, text/xml
Sample:
<SCMWorkplaceNoticeListModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers.SCM"> <ErrorMsg>sample string 1</ErrorMsg> <workplaceList> <SCMWorkplaceNoticeModal> <ForAll>5</ForAll> <Notice_id>1</Notice_id> <OnTop>6</OnTop> <SendTime>sample string 4</SendTime> <SendUser>sample string 2</SendUser> <Subject>sample string 3</Subject> <avatar>sample string 7</avatar> </SCMWorkplaceNoticeModal> <SCMWorkplaceNoticeModal> <ForAll>5</ForAll> <Notice_id>1</Notice_id> <OnTop>6</OnTop> <SendTime>sample string 4</SendTime> <SendUser>sample string 2</SendUser> <Subject>sample string 3</Subject> <avatar>sample string 7</avatar> </SCMWorkplaceNoticeModal> <SCMWorkplaceNoticeModal> <ForAll>5</ForAll> <Notice_id>1</Notice_id> <OnTop>6</OnTop> <SendTime>sample string 4</SendTime> <SendUser>sample string 2</SendUser> <Subject>sample string 3</Subject> <avatar>sample string 7</avatar> </SCMWorkplaceNoticeModal> </workplaceList> </SCMWorkplaceNoticeListModal>