Documentation > Access API > UtilController > accessapi/Util/Log

accessapi/Util/Log

Logs provided message. AssetId is optional.

POST

https://cms.crownpeak.com/[Your Instance]/cpt_webservice/accessapi/Util/Log


Request Information

URI Parameters

None.

Body Parameters

The parameters sent as post data.

UtilLogRequest

NameDescriptionType
assetId

System.Int32
message

System.String

Request Formats

application/json

Sample:

            
            {
              "message": "some text",
              "assetId": 123 
            }
            
            



Response Information

Resource Description

UtilLogResponse

NameDescriptionType
ResultCode

eResultCodes
ErrorMessage

System.String
InternalCode

System.Int32
IsSuccessful

System.Boolean

Response Formats

application/json

Sample:

            
            {
              "resultCode": "conWS_Success",
              "errorMessage": null,
              "internalCode": 0
            }
            
            

Connect with Crownpeak