{"id":25020658,"url":"https://github.com/panoramicdata/autotask.api","last_synced_at":"2025-04-13T04:40:30.918Z","repository":{"id":38550136,"uuid":"178288103","full_name":"panoramicdata/AutoTask.Api","owner":"panoramicdata","description":"AutoTask API","archived":false,"fork":false,"pushed_at":"2024-12-23T11:19:24.000Z","size":190,"stargazers_count":4,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T16:49:11.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/panoramicdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-28T21:57:22.000Z","updated_at":"2024-12-23T11:19:28.000Z","dependencies_parsed_at":"2024-12-23T10:26:16.295Z","dependency_job_id":"ccc28f36-7021-4914-b7e0-06ed4679c406","html_url":"https://github.com/panoramicdata/AutoTask.Api","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FAutoTask.Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FAutoTask.Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FAutoTask.Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FAutoTask.Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panoramicdata","download_url":"https://codeload.github.com/panoramicdata/AutoTask.Api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665783,"owners_count":21142122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-05T12:17:05.313Z","updated_at":"2025-04-13T04:40:30.897Z","avatar_url":"https://github.com/panoramicdata.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoTask.Api\n\n[![Nuget](https://img.shields.io/nuget/v/AutoTask.Api)](https://www.nuget.org/packages/AutoTask.Api/)\n\nTo install the AutoTask API in your project, add the nuget package:\n\nAutoTask.Api\n\nTo execute a query using the [AutoTask query language](https://ww4.autotask.net/help/Content/LinkedDOCUMENTS/WSAPI/T_WebServicesAPIv1_5.pdf), use code as follows:\n\n```C#\nvar client = new Client(autoTaskCredentials.Username, autoTaskCredentials.Password);\n\nvar version = await client.GetVersion();\n\nvar result = await client\n\t.ExecuteQueryAsync(\"\u003cqueryxml\u003e\u003centity\u003eAccount\u003c/entity\u003e\u003cquery\u003e\u003cfield\u003eid\u003cexpression op=\\\"greaterthan\\\"\u003e0\u003c/expression\u003e\u003c/field\u003e\u003c/query\u003e\u003c/queryxml\u003e\")\n\t.ConfigureAwait(false);\n```\nContributions welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fautotask.api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanoramicdata%2Fautotask.api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fautotask.api/lists"}