Clear Flags

URL:
https://<root>/<serviceName>/NetworkDiagramServer/diagrams/<diagramName>/clearFlags
Methods:
POST
Version Introduced:
10.6

Description

The clearFlags operation clears any root junction, end junction, pivot junction and barrier flags in a diagram. It is performed on a Diagram resource. This operation returns the moment (date) the operation happens when it applies on a stored diagram.

Request Parameters

ParameterDetails

gdbVersion

The name of the geodatabase version.

Syntax: gdbVersion=<version>

Example: gdbVersion=ABV1

sessionId

The token (guid) used to lock the version.

Syntax: sessionId=<guid>

Example: sessionId=44G259DE-87B0-407D-8F2E-DCB7665DD0F0

flagType


(Required)

The type of flag you want to clear in the diagram; that is,

  • esriDiagramRootJunction—For a root flag on a diagram junction,
  • esriDiagramEndJunction—For an end flag on a diagram junction,
  • esriDiagramPivotJunction—For a pivot flag on a diagram junction,
  • esriDiagramBarrierEdge—For a barrier flag on a diagram edge,
  • esriDiagramBarrierJunction—For a barrier flag on a diagram junction.

Syntax: flagType= <esriDiagramRootJunction | esriDiagramEndJunction | esriDiagramPivotJunction | esriDiagramBarrierEdge | esriDiagramBarrierJunction>

Example: flagType=esriDiagramRootJunction

f

The response format. The default response format is html.

Values: <html | json>

Example Usage

Deleting all root flags on the DiagramTest1 in version ABV1; that is:

  • URL: https://myserver.esri.com/server/rest/services/Naperville/NetworkDiagramServer/diagrams/DiagramTest1/clearFlags

  • Parameters:

    1
    2
    3
    4
    gdbVersion=ABV1
    sessionId=
    flagType=esriDiagramRootJunction
    f=pjson
  • Sent URL (GET): https://myserver.esri.com/server/rest/services/Naperville/NetworkDiagramServer/diagrams/DiagramTest1/clearFlags?gdbVersion=ABV1&sessionId=&flagType=esriDiagramRootJunction&f=pjson

JSON Response Syntax

{"moment": <moment>}

JSON Response Example

1
2
3
{
 "moment": 1504864032806
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close