GET api/Session/Permanent

Create Permanent Session ID for user.
Requires SalesPad GP API license.
Session ID will not expire.

Request Information

Request body formats

text/plain

Sample:
No body required. Body is ignored.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "SessionID": "a66d26af-58da-4934-9a65-5ec84ee3c3f9",
  "SystemGroup": {
    "Security_Group": "",
    "Security": null,
    "Is_External_Group": false,
    "Layout_Path": null,
    "UserFieldData": null,
    "UserFieldNames": null,
    "Notifications": []
  },
  "APIObjectPermissions": [
    {
      "GroupName": "sample string 1",
      "ObjectName": "sample string 2",
      "CreateObject": true,
      "DeleteObject": true,
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    },
    {
      "GroupName": "sample string 1",
      "ObjectName": "sample string 2",
      "CreateObject": true,
      "DeleteObject": true,
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    },
    {
      "GroupName": "sample string 1",
      "ObjectName": "sample string 2",
      "CreateObject": true,
      "DeleteObject": true,
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    }
  ],
  "APIPropertyPermissions": [
    {
      "GroupName": "sample string 1",
      "ObjectName": "sample string 2",
      "PropertyName": "sample string 3",
      "RetrieveProperty": true,
      "UpdateProperty": true,
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    },
    {
      "GroupName": "sample string 1",
      "ObjectName": "sample string 2",
      "PropertyName": "sample string 3",
      "RetrieveProperty": true,
      "UpdateProperty": true,
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    },
    {
      "GroupName": "sample string 1",
      "ObjectName": "sample string 2",
      "PropertyName": "sample string 3",
      "RetrieveProperty": true,
      "UpdateProperty": true,
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    }
  ],
  "APIVisualPermissions": [
    {
      "GroupName": "sample string 1",
      "PropertyName": "sample string 2",
      "Enabled": true,
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    },
    {
      "GroupName": "sample string 1",
      "PropertyName": "sample string 2",
      "Enabled": true,
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    },
    {
      "GroupName": "sample string 1",
      "PropertyName": "sample string 2",
      "Enabled": true,
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    }
  ],
  "APIUserCustomers": [
    {
      "UserName": "sample string 1",
      "CustomerNum": "sample string 2",
      "ShipTo": "sample string 3",
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    },
    {
      "UserName": "sample string 1",
      "CustomerNum": "sample string 2",
      "ShipTo": "sample string 3",
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    },
    {
      "UserName": "sample string 1",
      "CustomerNum": "sample string 2",
      "ShipTo": "sample string 3",
      "UserFieldData": [
        {},
        {},
        {}
      ],
      "UserFieldNames": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ],
      "Notifications": null
    }
  ],
  "APIGroupPermission": {
    "GroupName": "sample string 1",
    "Is_Internal_Admin": true,
    "Is_External_Admin": true,
    "UserFieldData": [
      {},
      {},
      {}
    ],
    "UserFieldNames": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "Notifications": null
  },
  "NeedsPasswordReset": true
}