Overview
Returns information about the IP Restriction Manager plugin.
Response Arguments
| Name |
Description |
|
id
|
The unique plugin identfier.
|
|
name
|
The name of the plugin.
|
|
version
|
The plugin version.
|
|
project_url
|
The project url.
|
|
support_url
|
The support issue url.
|
|
key
|
Plugin identifier
|
|
third_party_software
|
List of third party libraries
|
Example Response
{
"id":"fd5da2d0-01eb-11ed-af0b-06687781ce3b",
"name":"Upsert\u00ae IP Restriction Manager for SugarCRM",
"version":"1.0.0",
"project_url":"https:\/\/github.com\/UpsertLLC\/IPRestrictionManager",
"support_url":"https:\/\/github.com\/UpsertLLC\/IPRestrictionManager\/issues",
"key":"upsert_IPRestrictionManager",
"third_party_software":[]
}
Change Log
| Plugin Version |
Change |
|
1.0.0
|
Added v10+ /<upsert_IPRestrictionManager>/about GET endpoint.
|