Skip to main content
Get C R M Script By Unique Identifier

Headers

Accept-Language
string

Convert string references and multi-language values into a specified language (iso2) code.

SO-Language
string

Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.

SO-Culture
string

Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.

SO-TimeZone
string

Specify the timezone code that you would like date/time responses converted to.

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

UniqueIdentifier

GetCRMScriptByUniqueIdentifier: Get information about a script from a unique identifier

UniqueIdentifier
string

Response

OK

The Script Service. The service implements all services working with the CRMScript object without reference to primary keys. Primarily used by VSCode integration. Carrier object for Script. Services for the Script Carrier is available from the CRMScript Agent.

UniqueIdentifier
string

Global unique identifier, accross customers/tenants

Name
string

A description of this script

Description
string

Optional description of what this script is used for.

IncludeId
string

A unique name used for including this script in another

Source
string

The script

Registered
string<date-time>

Registered when in UTC.

RegisteredBy
string

Who created this script

Updated
string<date-time>

Last updated when in UTC.

UpdatedBy
string

Who updated this script

Path
string

Path to script in the hierarchy.

BlockedVerbs
enum<string>

The verbs that are blocked when calling a ejscript over HTTP

Available options:
BlockNone,
BlockGET,
BlockPOST,
BlockPUT,
BlockDELETE,
BlockPATCH,
BlockOPTIONS,
BlockHEAD,
BlockTRACE,
BlockCONNECT,
BlockOTHER,
BlockAll
TableRight
object

Wraps a table right together with an explanatory reason. Code can indicate why access is restricted.

FieldProperties
object

Field property dictionary mapping field names to field access rights.