GET api/PBXMLSFTab/GetAllPBXMLSFTab?cccd={cccd}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"CCCD": "sample string 1",
"SFTabID": 2,
"DurableId": "sample string 3",
"Id": "sample string 4",
"IsAvailableInAloha": true,
"IsAvailableInDesktop": true,
"IsAvailableInLightning": true,
"IsAvailableInMobile": true,
"IsCustom": true,
"Label": "sample string 10",
"MobileUrl": "sample string 11",
"Name": "sample string 12",
"SobjectName": "sample string 13",
"Url": "sample string 14",
"XMLVAR": "sample string 15",
"SFXMLVAR": "sample string 16"
},
{
"CCCD": "sample string 1",
"SFTabID": 2,
"DurableId": "sample string 3",
"Id": "sample string 4",
"IsAvailableInAloha": true,
"IsAvailableInDesktop": true,
"IsAvailableInLightning": true,
"IsAvailableInMobile": true,
"IsCustom": true,
"Label": "sample string 10",
"MobileUrl": "sample string 11",
"Name": "sample string 12",
"SobjectName": "sample string 13",
"Url": "sample string 14",
"XMLVAR": "sample string 15",
"SFXMLVAR": "sample string 16"
},
{
"CCCD": "sample string 1",
"SFTabID": 2,
"DurableId": "sample string 3",
"Id": "sample string 4",
"IsAvailableInAloha": true,
"IsAvailableInDesktop": true,
"IsAvailableInLightning": true,
"IsAvailableInMobile": true,
"IsCustom": true,
"Label": "sample string 10",
"MobileUrl": "sample string 11",
"Name": "sample string 12",
"SobjectName": "sample string 13",
"Url": "sample string 14",
"XMLVAR": "sample string 15",
"SFXMLVAR": "sample string 16"
}
]
text/html
Sample:
[{"CCCD":"sample string 1","SFTabID":2,"DurableId":"sample string 3","Id":"sample string 4","IsAvailableInAloha":true,"IsAvailableInDesktop":true,"IsAvailableInLightning":true,"IsAvailableInMobile":true,"IsCustom":true,"Label":"sample string 10","MobileUrl":"sample string 11","Name":"sample string 12","SobjectName":"sample string 13","Url":"sample string 14","XMLVAR":"sample string 15","SFXMLVAR":"sample string 16"},{"CCCD":"sample string 1","SFTabID":2,"DurableId":"sample string 3","Id":"sample string 4","IsAvailableInAloha":true,"IsAvailableInDesktop":true,"IsAvailableInLightning":true,"IsAvailableInMobile":true,"IsCustom":true,"Label":"sample string 10","MobileUrl":"sample string 11","Name":"sample string 12","SobjectName":"sample string 13","Url":"sample string 14","XMLVAR":"sample string 15","SFXMLVAR":"sample string 16"},{"CCCD":"sample string 1","SFTabID":2,"DurableId":"sample string 3","Id":"sample string 4","IsAvailableInAloha":true,"IsAvailableInDesktop":true,"IsAvailableInLightning":true,"IsAvailableInMobile":true,"IsCustom":true,"Label":"sample string 10","MobileUrl":"sample string 11","Name":"sample string 12","SobjectName":"sample string 13","Url":"sample string 14","XMLVAR":"sample string 15","SFXMLVAR":"sample string 16"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLSFTab xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLSFTab>
<CCCD>sample string 1</CCCD>
<DurableId>sample string 3</DurableId>
<Id>sample string 4</Id>
<IsAvailableInAloha>true</IsAvailableInAloha>
<IsAvailableInDesktop>true</IsAvailableInDesktop>
<IsAvailableInLightning>true</IsAvailableInLightning>
<IsAvailableInMobile>true</IsAvailableInMobile>
<IsCustom>true</IsCustom>
<Label>sample string 10</Label>
<MobileUrl>sample string 11</MobileUrl>
<Name>sample string 12</Name>
<SFTabID>2</SFTabID>
<SFXMLVAR>sample string 16</SFXMLVAR>
<SobjectName>sample string 13</SobjectName>
<Url>sample string 14</Url>
<XMLVAR>sample string 15</XMLVAR>
</PBXMLSFTab>
<PBXMLSFTab>
<CCCD>sample string 1</CCCD>
<DurableId>sample string 3</DurableId>
<Id>sample string 4</Id>
<IsAvailableInAloha>true</IsAvailableInAloha>
<IsAvailableInDesktop>true</IsAvailableInDesktop>
<IsAvailableInLightning>true</IsAvailableInLightning>
<IsAvailableInMobile>true</IsAvailableInMobile>
<IsCustom>true</IsCustom>
<Label>sample string 10</Label>
<MobileUrl>sample string 11</MobileUrl>
<Name>sample string 12</Name>
<SFTabID>2</SFTabID>
<SFXMLVAR>sample string 16</SFXMLVAR>
<SobjectName>sample string 13</SobjectName>
<Url>sample string 14</Url>
<XMLVAR>sample string 15</XMLVAR>
</PBXMLSFTab>
<PBXMLSFTab>
<CCCD>sample string 1</CCCD>
<DurableId>sample string 3</DurableId>
<Id>sample string 4</Id>
<IsAvailableInAloha>true</IsAvailableInAloha>
<IsAvailableInDesktop>true</IsAvailableInDesktop>
<IsAvailableInLightning>true</IsAvailableInLightning>
<IsAvailableInMobile>true</IsAvailableInMobile>
<IsCustom>true</IsCustom>
<Label>sample string 10</Label>
<MobileUrl>sample string 11</MobileUrl>
<Name>sample string 12</Name>
<SFTabID>2</SFTabID>
<SFXMLVAR>sample string 16</SFXMLVAR>
<SobjectName>sample string 13</SobjectName>
<Url>sample string 14</Url>
<XMLVAR>sample string 15</XMLVAR>
</PBXMLSFTab>
</ArrayOfPBXMLSFTab>